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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 咫唸盖哺 | 1001101001000000100110100101100011100001101100111001101001001101 | 9a409a58e1b39a4d |
| EUC-JP | 咫唸盖哺 | 1101001110100001110100111011100111100010101101011101001110101110 | d3a1d3b9e2b5d3ae |
| UTF-8 | 咫唸盖哺 | 111001011001001010101011111001011001010010111000111001111001101110010110111001011001001110111010 | e592abe594b8e79b96e593ba |
| UHC | 咫?盖哺 | 11110010101000010011111111001011110011001111100011010100 | f2a13fcbccf8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)