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 | 肢????? | 10001110100010000011111100111111001111110011111100111111 | 8e883f3f3f3f3f |
EUC-JP | 肢????? | 10111011111010000011111100111111001111110011111100111111 | bbe83f3f3f3f3f |
UTF-8 | 肢쿰렱폈렰렍 | 111010001000001010100010111011001011111110110000111010111010000010110001111011011000111110001000111010111010000010110000111010111010000010001101 | e882a2ecbfb0eba0b1ed8f88eba0b0eba08d |
UHC | 肢쿰렱폈렰렍 | 111100101011011011000100111100011000111010111110110001101111000110001110101111011000111010100011 | f2b6c4f18ebec6f18ebd8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)