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 | èËâ | 11101000100010001000101011001011100110011110001010011000 | e8888acb99e298 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | è??Ë?â? | 10001111101010111011001000111111001111111000111110101010101100110011111110001111101010111010010000111111 | 8fabb23f3f8faab33f8faba43f |
UTF-8 | èËâ | 1100001110101000110000101000100011000010100010101100001110001011110000101001100111000011101000101100001010011000 | c3a8c288c28ac38bc299c3a2c298 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)