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 | ??AY | 00111111001111110100000101011001 | 3f3f4159 |
SJIS-WIN | ツ蓉AY | 1100001010010111011101010100000101011001 | c297754159 |
EUC-JP | ツ蓉AY | 100011101100001011001101110101100100000101011001 | 8ec2cdd64159 |
UTF-8 | ツ蓉AY | 1110111110111110100000101110100010010011100010010100000101011001 | efbe82e893894159 |
UHC | ?蓉AY | 0011111111101001110010000100000101011001 | 3fe9c84159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)