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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| EUC-JP | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| UTF-8 | 혟횉혢첩F | 11101101100110001001111111101101100110101000100111101101100110001010001011101100101100101010100101000110 | ed989fed9a89ed98a2ecb2a946 |
| UHC | 혟횉혢첩F | 110000101000100111000011100001111100001010001011110000111011100001000110 | c289c387c28bc3b846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)