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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 邀??@h | 111001111011000100111111001111110100000001101000 | e7b13f3f4068 |
EUC-JP | 邀??@h | 111011101011001100111111001111110100000001101000 | eeb33f3f4068 |
UTF-8 | 邀껓숴@h | 1110100110000010100000001110101010111011100100111110110010001000101101000100000001101000 | e98280eabb93ec88b44068 |
UHC | 邀껓숴@h | 1110100110101101100000111110111110111101101001000100000001101000 | e9ad83efbda44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)