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 | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
SJIS-WIN | ???箝?SB | 0011111100111111001111111110001010101101001111110101001101000010 | 3f3f3fe2ad3f5342 |
EUC-JP | ???箝?SB | 0011111100111111001111111110010010101111001111110101001101000010 | 3f3f3fe4af3f5342 |
UTF-8 | 렻렜렺箝슴SB | 1110101110100000101110111110101110100000100111001110101110100000101110101110011110101110100111011110110010001010101101000101001101000010 | eba0bbeba09ceba0bae7ae9dec8ab45342 |
UHC | 렻렜렺箝슴SB | 100011101100001110001110101011101000111011000010110011001100010010111101101111110101001101000010 | 8ec38eae8ec2ccc4bdbf5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)