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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 鍈??A | 1111101001011110001111110011111101000001 | fa5e3f3f41 |
| EUC-JP | 鍈??A | 100011111110010011101001001111110011111101000001 | 8fe4e93f3f41 |
| UTF-8 | 鍈ㅻ㎈A | 11101001100011011000100011100011100001011011101111100011100011101000100001000001 | e98d88e385bbe38e8841 |
| UHC | 鍈ㅻ㎈A | 11100111110011001010010011101011101001111011101001000001 | e7cca4eba7ba41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)