To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壤ル?? | 100110101101111110000011100010110011111100111111 | 9adf838b3f3f |
EUC-JP | 壤ル?? | 110101001110000110100101111010110011111100111111 | d4e1a5eb3f3f |
UTF-8 | 壤ル젷歷 | 111001011010001110100100111000111000001110101011111011001010000010110111111011111010011010001100 | e5a3a4e383abeca0b7efa68c |
UHC | 壤ル젷歷 | 1110010110111101101010111110101110100000101010111110011010111000 | e5bdabeba0abe6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)