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 | ë꺤 | 111010111001110010011011111010101011101010100100 | eb9c9beabaa4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ë??꺤 | 1000111110101011101100110011111100111111100011111010101110110100100011111010001011101011100011111010001011110000 | 8fabb33f3f8fabb48fa2eb8fa2f0 |
UTF-8 | ë꺤 | 110000111010101111000010100111001100001010011011110000111010101011000010101110101100001010100100 | c3abc29cc29bc3aac2bac2a4 |
UHC | ????º¤ | 0011111100111111001111110011111110101000101011001010001010110100 | 3f3f3f3fa8aca2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)