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 | ???B?p | 001111110011111100111111010000100011111101110000 | 3f3f3f423f70 |
SJIS-WIN | ???B?p | 001111110011111100111111010000100011111101110000 | 3f3f3f423f70 |
EUC-JP | ???B?p | 001111110011111100111111010000100011111101110000 | 3f3f3f423f70 |
UTF-8 | 혡횪혷B혰p | 1110110110011000101000011110110110011010101010101110110110011000101101110100001011101101100110001011000001110000 | ed98a1ed9aaaed98b742ed98b070 |
UHC | 혡횪혷B혰p | 11000010100010101100001110100000110000101001111001000010110000101001011101110000 | c28ac3a0c29e42c29770 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)