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 | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
| SJIS-WIN | 瞞Z | 111101111010001111110111101011101111010110111101111000011101010001011010 | f7a3f7aef5bde1d45a |
| EUC-JP | ???瞞Z | 001111110011111100111111111000101101011001011010 | 3f3f3fe2d65a |
| UTF-8 | 瞞Z | 11101110100101101000011011101110100101101001000111101110100100001010100011100111100111101001111001011010 | ee9686ee9691ee90a8e79e9e5a |
| UHC | ???瞞Z | 001111110011111100111111110110001011111001011010 | 3f3f3fd8be5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)