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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 邯イY | 11100111101101101011001001011001 | e7b6b259 |
EUC-JP | 邯イY | 1110111010111000100011101011001001011001 | eeb88eb259 |
UTF-8 | 邯イY | 11101001100000101010111111101111101111011011001001011001 | e982afefbdb259 |
UHC | 邯?Y | 11001010111110110011111101011001 | cafb3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)