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 | àpæàpæB | 111000000111000011100110100110001110000001110000111001101001100001000010 | e070e698e070e69842 |
SJIS-WIN | ?p???p??B | 001111110111000000111111001111110011111101110000001111110011111101000010 | 3f703f3f3f703f3f42 |
EUC-JP | àpæ?àpæ?B | 1000111110101011101000100111000010001111101010011100000100111111100011111010101110100010011100001000111110101001110000010011111101000010 | 8faba2708fa9c13f8faba2708fa9c13f42 |
UTF-8 | àpæàpæB | 110000111010000001110000110000111010011011000010100110001100001110100000011100001100001110100110110000101001100001000010 | c3a070c3a6c298c3a070c3a6c29842 |
UHC | ?pæ??pæ?B | 0011111101110000101010011010000100111111001111110111000010101001101000010011111101000010 | 3f70a9a13f3f70a9a13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)