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 | 肢골렱비렰렯 | 111010001000001010100010111010101011001110101000111010111010000010110001111010111011100110000100111010111010000010110000111010111010000010101111 | e882a2eab3a8eba0b1ebb984eba0b0eba0af |
UHC | 肢골렱비렰렯 | 111100101011011010110000111100011000111010111110101110101111000110001110101111011000111010111100 | f2b6b0f18ebebaf18ebd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)