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 | ??rB | 00111111001111110111001001000010 | 3f3f7242 |
SJIS-WIN | ?溪rB | 0011111110011111111000100111001001000010 | 3f9fe27242 |
EUC-JP | ?溪rB | 0011111111011110111001000111001001000010 | 3fdee47242 |
UTF-8 | 렺溪rB | 1110101110100000101110101110011010111010101010100111001001000010 | eba0bae6baaa7242 |
UHC | 렺溪rB | 100011101100001011001101101000100111001001000010 | 8ec2cda27242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)