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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?邸諍?^ | 00111111100100110100000011100110011110010011111101011110 | 3f9340e6793f5e |
EUC-JP | ?邸諍?^ | 00111111110001011010000111101011110110100011111101011110 | 3fc5a1ebda3f5e |
UTF-8 | 렣邸諍렩^ | 11101011101000001010001111101001100000101011100011101000101010111000110111101011101000001010100101011110 | eba0a3e982b8e8ab8deba0a95e |
UHC | 렣邸諍렩^ | 100011101011010011101110110100001110111010110101100011101011011101011110 | 8eb4eed0eeb58eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)