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 | 11100111101101111001110111101000100111011011100001000010 | e7b79de89db842 |
EUC-JP | 邱晁攤B | 11101110101110011101101011101010110110101011101001000010 | eeb9daeadaba42 |
UTF-8 | 邱晁攤B | 11101001100000101011000111100110100110011000000111100110100101001010010001000010 | e982b1e69981e694a442 |
UHC | 邱晁?B | 110011111100100011110000110001010011111101000010 | cfc8f0c53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)