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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 認??認??B | 100101000100011000111111001111111001010001000110001111110011111101000010 | 94463f3f94463f3f42 |
| EUC-JP | 認??認??B | 110001111010011100111111001111111100011110100111001111110011111101000010 | c7a73f3fc7a73f3f42 |
| UTF-8 | 認들눈認들눈B | 11101000101010101000110111101011100100111010010011101011100010001000100011101000101010101000110111101011100100111010010011101011100010001000100001000010 | e8aa8deb93a4eb8888e8aa8deb93a4eb888842 |
| UHC | 認들눈認들눈B | 11101100111000111011010111101001101101001010101111101100111000111011010111101001101101001010101101000010 | ece3b5e9b4abece3b5e9b4ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)