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 | 11010001101001101011000011000110101100001100011101000010 | d1a6b0c6b0c742 |
SJIS-WIN | ??°?°?B | 001111110011111110000001100010110011111110000001100010110011111101000010 | 3f3f818b3f818b3f42 |
EUC-JP | Ѧ°Æ°ÇB | 1000111110101010110100001000111110100010110000111010000111101011100011111010100110100001101000011110101110001111101010101010111001000010 | 8faad08fa2c3a1eb8fa9a1a1eb8faaae42 |
UTF-8 | Ѧ°Æ°ÇB | 11000011100100011100001010100110110000101011000011000011100001101100001010110000110000111000011101000010 | c391c2a6c2b0c386c2b0c38742 |
UHC | ??°Æ°?B | 00111111001111111010000111000110101010001010000110100001110001100011111101000010 | 3f3fa1c6a8a1a1c63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)