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 | 荊???譯 | 10001100011101000011111100111111001111111110011010100001 | 8c743f3f3fe6a1 |
| EUC-JP | 荊???譯 | 10110111110101010011111100111111001111111110110010100011 | b7d53f3f3feca3 |
| UTF-8 | 荊뷁轢랂譯 | 111010001000110110001010111010111011011110000001111011111010011010001101111010111001111010000010111010001010110110101111 | e88d8aebb781efa68deb9e82e8adaf |
| UHC | 荊뷁轢랂譯 | 11111011101010101001010011101110111001101011110010001101111011101110011010111011 | fbaa94eee6bc8deee6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)