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 | ª¢ªÁG | 10001111101010101010001010001111101010101100000101000111 | 8faaa28faac147 |
SJIS-WIN | ??¢???G | 0011111100111111100000011001000100111111001111110011111101000111 | 3f3f81913f3f3f47 |
EUC-JP | ?ª¢?ªÁG | 0011111110001111101000101110110010100001111100010011111110001111101000101110110010001111101010101010000101000111 | 3f8fa2eca1f13f8fa2ec8faaa147 |
UTF-8 | ª¢ªÁG | 11000010100011111100001010101010110000101010001011000010100011111100001010101010110000111000000101000111 | c28fc2aac2a2c28fc2aac38147 |
UHC | ?ª??ª?G | 001111111010100010100011001111110011111110101000101000110011111101000111 | 3fa8a33f3fa8a33f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)