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 | ?B] | 001111110100001001011101 | 3f425d |
SJIS-WIN | 奬B] | 10011010111110110100001001011101 | 9afb425d |
EUC-JP | 奬B] | 11010100111111010100001001011101 | d4fd425d |
UTF-8 | 奬B] | 1110010110100101101011000100001001011101 | e5a5ac425d |
UHC | 奬B] | 11101101111000010100001001011101 | ede1425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)