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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | ?蒡???B | 00111111111001001110111000111111001111110011111101000010 | 3fe4ee3f3f3f42 |
| EUC-JP | ?蒡???B | 00111111111010001111000000111111001111110011111101000010 | 3fe8f03f3f3f42 |
| UTF-8 | 뤶蒡쳪뿅섄B | 11101011101001001011011011101000100100101010000111101100101100111010101011101011101111111000010111101100100001001000010001000010 | eba4b6e892a1ecb3aaebbf85ec848442 |
| UHC | 뤶蒡쳪뿅섄B | 1000111111100100110110111011110010101011100011111011101111010000101111001010100101000010 | 8fe4dbbcab8fbbd0bca942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)