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 | êßÛÙê¹ | 111010101101111111011011110110011110101010111001 | eadfdbd9eab9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | êßÛÙê? | 10001111101010111011010010001111101010011100111010001111101010101110010110001111101010101110001110001111101010111011010000111111 | 8fabb48fa9ce8faae58faae38fabb43f |
UTF-8 | êßÛÙê¹ | 110000111010101011000011100111111100001110011011110000111001100111000011101010101100001010111001 | c3aac39fc39bc399c3aac2b9 |
UHC | ?ß???¹ | 0011111110101001101011000011111100111111001111111010100111110110 | 3fa9ac3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)