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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 紆?紆?B | 11100010111111000011111111100010111111000011111101000010 | e2fc3fe2fc3f42 |
| EUC-JP | 紆?紆?B | 11100100111111100011111111100100111111100011111101000010 | e4fe3fe4fe3f42 |
| UTF-8 | 紆쉃紆쉃B | 11100111101101001000011011101100100010011000001111100111101101001000011011101100100010011000001101000010 | e7b486ec8983e7b486ec898342 |
| UHC | 紆쉃紆쉃B | 111010011110000110011010010110001110100111100001100110100101100001000010 | e9e19a58e9e19a5842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)