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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 杖?h | 10001111111100010011111101101000 | 8ff13f68 |
EUC-JP | 杖?h | 10111110111100110011111101101000 | bef33f68 |
UTF-8 | 杖렡h | 11100110100111011001011011101011101000001010000101101000 | e69d96eba0a168 |
UHC | 杖렡h | 1110110111101000100011101011001001101000 | ede88eb268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)