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 | セホ煮 | 111100101010111110111110110011101000111011001111 | f2afbece8ecf |
EUC-JP | ?セホ煮 | 00111111100011101011111010001110110011101011110011010001 | 3f8ebe8ecebcd1 |
UTF-8 | セホ煮 | 111011101000011110100110111011111011110110111110111011111011111010001110111001111000010110101110 | ee87a6efbdbeefbe8ee785ae |
UHC | ???煮 | 0011111100111111001111111110110110110100 | 3f3f3fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)