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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?蘖^ | 00111111100111110101000001011110 | 3f9f505e |
EUC-JP | ?蘖^ | 00111111110111011011000101011110 | 3fddb15e |
UTF-8 | 먓蘖^ | 11101011101010001001001111101000100110001001011001011110 | eba893e898965e |
UHC | 먓蘖^ | 1001000011010001111001011110111001011110 | 90d1e5ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)