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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | ?曉F | 00111111100111011111101001000110 | 3f9dfa46 |
EUC-JP | ?曉F | 00111111110110101111110001000110 | 3fdafc46 |
UTF-8 | 뤗曉F | 11101011101001001001011111100110100110111000100101000110 | eba497e69b8946 |
UHC | 뤗曉F | 1000111111000111111111001111101101000110 | 8fc7fcfb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)