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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萍セホ煮 | 111001001100101010111110110011101000111011001111 | e4cabece8ecf |
EUC-JP | 萍セホ煮 | 1110100011001100100011101011111010001110110011101011110011010001 | e8cc8ebe8ecebcd1 |
UTF-8 | 萍セホ煮 | 111010001001000010001101111011111011110110111110111011111011111010001110111001111000010110101110 | e8908defbdbeefbe8ee785ae |
UHC | 萍??煮 | 111110001100001100111111001111111110110110110100 | f8c33f3fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)