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 | æB ] | 111001100100001010001011100001011000110101011101 | e6428b858d5d |
SJIS-WIN | ?B???] | 001111110100001000111111001111110011111101011101 | 3f423f3f3f5d |
EUC-JP | æB???] | 1000111110101001110000010100001000111111001111110011111101011101 | 8fa9c1423f3f3f5d |
UTF-8 | æB ] | 11000011101001100100001011000010100010111100001010000101110000101000110101011101 | c3a642c28bc285c28d5d |
UHC | æB???] | 10101001101000010100001000111111001111110011111101011101 | a9a1423f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)