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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
| SJIS-WIN | 瓦ゆ?其D | 1000101010100010100000101110010000111111100100011011010001000100 | 8aa282e43f91b444 |
| EUC-JP | 瓦ゆ?其D | 1011010010100100101001001110011000111111110000101011011001000100 | b4a4a4e63fc2b644 |
| UTF-8 | 瓦ゆ솲其D | 11100111100100111010011011100011100000101000011011101100100001101011001011100101100001011011011001000100 | e793a6e38286ec86b2e585b644 |
| UHC | 瓦ゆ솲其D | 111010001011111110101010111001101001100110100111110100001110110001000100 | e8bfaae699a7d0ec44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)