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 | 珀踉珀踉^ | 111000001101111111100110111100101110000011011111111001101111001001011110 | e0dfe6f2e0dfe6f25e |
EUC-JP | 珀踉珀踉^ | 111000001110000111101100111101001110000011100001111011001111010001011110 | e0e1ecf4e0e1ecf45e |
UTF-8 | 珀踉珀踉^ | 11100111100011111000000011101000101110001000100111100111100011111000000011101000101110001000100101011110 | e78f80e8b889e78f80e8b8895e |
UHC | 珀?珀?^ | 11011010110101100011111111011010110101100011111101011110 | dad63fdad63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)