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 | 10011100010001000011111101000110 | 9c443f46 |
EUC-JP | 廛?F | 11010111101001010011111101000110 | d7a53f46 |
UTF-8 | 廛탸F | 11100101101110111001101111101101100000111011100001000110 | e5bb9bed83b846 |
UHC | 廛탸F | 1110111011111000110001011100101101000110 | eef8c5cb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)