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 | ??窪橋?? | 0011111100111111100011000100010110001011101101000011111100111111 | 3f3f8c458bb43f3f |
| EUC-JP | 塼?窪橋?饔 | 100011111011100010111001001111111011011110100110101101101011011000111111100011111110100011101111 | 8fb8b93fb7a6b6b63f8fe8ef |
| UTF-8 | 塼렦窪橋稶饔 | 111001011010000110111100111010111010000010100110111001111010101010101010111001101010100110001011111001111010100010110110111010011010010110010100 | e5a1bceba0a6e7aaaae6a98be7a8b6e9a594 |
| UHC | 塼렦窪橋稶饔 | 111011101111010010001110101101011110100011000001110011101110100111101001111100111110100010111101 | eef48eb5e8c1cee9e9f3e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)