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 | 1110011110110001001111110011111101000010 | e7b13f3f42 |
EUC-JP | 邀??B | 1110111010110011001111110011111101000010 | eeb33f3f42 |
UTF-8 | 邀뤹즹B | 11101001100000101000000011101011101001001011100111101100101001101011100101000010 | e98280eba4b9eca6b942 |
UHC | 邀뤹즹B | 11101001101011011000111111100111101000111000101101000010 | e9ad8fe7a38b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)