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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驫鍋i | 111010011000101010010011111001111000001010001001 | e98a93e78289 |
EUC-JP | 驫鍋i | 111100011110101011000110111010011010001111101001 | f1eac6e9a3e9 |
UTF-8 | 驫鍋i | 111010011010100110101011111010011000110110001011111011111011110110001001 | e9a9abe98d8befbd89 |
UHC | ?鍋i | 0011111111001110101001111010001111101001 | 3fcea7a3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)