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 | 001111110011111101000110 | 3f3f46 |
EUC-JP | ?塡F | 0011111110001111101110001011010001000110 | 3f8fb8b446 |
UTF-8 | 겨塡F | 11101010101100101010100011100101101000011010000101000110 | eab2a8e5a1a146 |
UHC | 겨塡F | 1011000011011100111011101111001101000110 | b0dceef346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)