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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 姐?碧B | 100010001011011100111111100101011100100101000010 | 88b73f95c942 |
EUC-JP | 姐?碧B | 101100001011100100111111110010101100101101000010 | b0b93fcacb42 |
UTF-8 | 姐쾨碧B | 11100101101001111001000011101100101111101010100011100111101000101010011101000010 | e5a790ecbea8e7a2a742 |
UHC | 姐쾨碧B | 11101110101110111100010011101010110111001010000101000010 | eebbc4eadca142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)