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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 邱晁攤F | 11100111101101111001110111101000100111011011100001000110 | e7b79de89db846 |
EUC-JP | 邱晁攤F | 11101110101110011101101011101010110110101011101001000110 | eeb9daeadaba46 |
UTF-8 | 邱晁攤F | 11101001100000101011000111100110100110011000000111100110100101001010010001000110 | e982b1e69981e694a446 |
UHC | 邱晁?F | 110011111100100011110000110001010011111101000110 | cfc8f0c53f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)