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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
| SJIS-WIN | 雙??Z | 1001100111010100001111110011111101011010 | 99d43f3f5a |
| EUC-JP | 雙??Z | 1101001011010110001111110011111101011010 | d2d63f3f5a |
| UTF-8 | 雙뒒뢅Z | 11101001100110111001100111101011100100101001001011101011101000101000010101011010 | e99b99eb9292eba2855a |
| UHC | 雙뒒뢅Z | 11100100101010101000101010001111100011110100000101011010 | e4aa8a8f8f415a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)