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 | ì ¥ë³ë | 111011001000010110100101111010111011001110000100111010111000000010000000 | ec85a5ebb384eb8080 |
SJIS-WIN | ??¥?????? | 00111111001111111000000110001111001111110011111100111111001111110011111100111111 | 3f3f818f3f3f3f3f3f3f |
EUC-JP | ì??ë??ë?? | 100011111010101111000000001111110011111110001111101010111011001100111111001111111000111110101011101100110011111100111111 | 8fabc03f3f8fabb33f3f8fabb33f3f |
UTF-8 | ì ¥ë³ë | 110000111010110011000010100001011100001010100101110000111010101111000010101100111100001010000100110000111010101111000010100000001100001010000000 | c3acc285c2a5c3abc2b3c284c3abc280c280 |
UHC | ????³???? | 00111111001111110011111100111111101010011111100000111111001111110011111100111111 | 3f3f3f3fa9f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)