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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????徇衙 | 0011111100111111001111110011111110011100011011011110010111001001 | 3f3f3f3f9c6de5c9 |
EUC-JP | ????徇衙 | 0011111100111111001111110011111111010111110011101110101011001011 | 3f3f3f3fd7ceeacb |
UTF-8 | 롙롘롍렍徇衙 | 111010111010000110011001111010111010000110011000111010111010000110001101111010111010000010001101111001011011111010000111111010001010000110011001 | eba199eba198eba18deba08de5be87e8a199 |
UHC | 롙롘롍렍徇衙 | 100011101101110110001110110111001000111011010011100011101010001111100010110111111110010010110111 | 8edd8edc8ed38ea3e2dfe4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)