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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 雍鍋匸h | 11101000101101001001001111100111100110011011110001101000 | e8b493e799bc68 |
EUC-JP | 雍鍋匸h | 11110000101101101100011011101001110100101011111001101000 | f0b6c6e9d2be68 |
UTF-8 | 雍鍋匸h | 11101001100110111000110111101001100011011000101111100101100011001011100001101000 | e99b8de98d8be58cb868 |
UHC | 雍鍋?h | 111010001011110011001110101001110011111101101000 | e8bccea73f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)