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 | ì^è | 11101100100110101000100101011110111010001000011010000000 | ec9a895ee88680 |
SJIS-WIN | ???^??? | 00111111001111110011111101011110001111110011111100111111 | 3f3f3f5e3f3f3f |
EUC-JP | ì??^è?? | 1000111110101011110000000011111100111111010111101000111110101011101100100011111100111111 | 8fabc03f3f5e8fabb23f3f |
UTF-8 | ì^è | 11000011101011001100001010011010110000101000100101011110110000111010100011000010100001101100001010000000 | c3acc29ac2895ec3a8c286c280 |
UHC | ???^??? | 00111111001111110011111101011110001111110011111100111111 | 3f3f3f5e3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)