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] | 10001010011110100100001001011101 | 8a7a425d |
EUC-JP | 額B] | 10110011110110110100001001011101 | b3db425d |
UTF-8 | 額B] | 1110100110100001100011010100001001011101 | e9a18d425d |
UHC | 額B] | 11100100111111100100001001011101 | e4fe425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)