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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???琮? | 001111110011111100111111111110110110101000111111 | 3f3f3ffb6a3f |
EUC-JP | 塡??琮? | 100011111011100010110100001111110011111110001111110011001011001000111111 | 8fb8b43f3f8fccb23f |
UTF-8 | 塡뷴룻琮렡 | 111001011010000110100001111010111011011110110100111010111010001110111011111001111001000010101110111010111010000010100001 | e5a1a1ebb7b4eba3bbe790aeeba0a1 |
UHC | 塡뷴룻琮렡 | 11101110111100111011101011100101101101111110110111110000111110011000111010110010 | eef3bae5b7edf0f98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)