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 | 咫??紗? | 10011010010000000011111100111111100011101101000100111111 | 9a403f3f8ed13f |
| EUC-JP | 咫??紗? | 11010011101000010011111100111111101111001101001100111111 | d3a13f3fbcd33f |
| UTF-8 | 咫뜻렫紗렢 | 111001011001001010101011111010111001110010111011111010111010000010101011111001111011010010010111111010111010000010100010 | e592abeb9cbbeba0abe7b497eba0a2 |
| UHC | 咫뜻렫紗렢 | 11110010101000011011011011100110100011101011100111011110111010011000111010110011 | f2a1b6e68eb9dee98eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)