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 | èßï½®h | 11101000110111111000111111101111101111011010111001101000 | e8df8fefbdae68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | èß?ï?®h | 100011111010101110110010100011111010100111001110001111111000111110101011110000010011111110001111101000101110111001101000 | 8fabb28fa9ce3f8fabc13f8fa2ee68 |
UTF-8 | èßï½®h | 11000011101010001100001110011111110000101000111111000011101011111100001010111101110000101010111001101000 | c3a8c39fc28fc3afc2bdc2ae68 |
UHC | ?ß??½®h | 00111111101010011010110000111111001111111010100011110110101000101110011101101000 | 3fa9ac3f3fa8f6a2e768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)