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 | 壕????? | 10001101100010000011111100111111001111110011111100111111 | 8d883f3f3f3f3f |
EUC-JP | 壕????? | 10111001111010000011111100111111001111110011111100111111 | b9e83f3f3f3f3f |
UTF-8 | 壕비렱폈렰렍 | 111001011010001110010101111010111011100110000100111010111010000010110001111011011000111110001000111010111010000010110000111010111010000010001101 | e5a395ebb984eba0b1ed8f88eba0b0eba08d |
UHC | 壕비렱폈렰렍 | 111110111011110110111010111100011000111010111110110001101111000110001110101111011000111010100011 | fbbdbaf18ebec6f18ebd8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)