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 | êïë°ëè | 1110101011101111100101111110101110110000100001101110101111101000 | eaef97ebb086ebe8 |
SJIS-WIN | ????°??? | 001111110011111100111111001111111000000110001011001111110011111100111111 | 3f3f3f3f818b3f3f3f |
EUC-JP | êï?ë°?ëè | 10001111101010111011010010001111101010111100000100111111100011111010101110110011101000011110101100111111100011111010101110110011100011111010101110110010 | 8fabb48fabc13f8fabb3a1eb3f8fabb38fabb2 |
UTF-8 | êïë°ëè | 11000011101010101100001110101111110000101001011111000011101010111100001010110000110000101000011011000011101010111100001110101000 | c3aac3afc297c3abc2b0c286c3abc3a8 |
UHC | ????°??? | 001111110011111100111111001111111010000111000110001111110011111100111111 | 3f3f3f3fa1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)