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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 嶸兔^ | 1111101010110100100110010101110001011110 | fab4995c5e |
EUC-JP | 嶸兔^ | 100011111011101111110100110100011011110101011110 | 8fbbf4d1bd5e |
UTF-8 | 嶸兔^ | 11100101101101101011100011100101100001011001010001011110 | e5b6b8e585945e |
UHC | 嶸?^ | 11100111101011100011111101011110 | e7ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)