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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 餔跫鵈F | 11101001010011111110011011101101111010011111110001000110 | e94fe6ede9fc46 |
EUC-JP | 餔跫鵈F | 11110001101100001110110011101111111100101111111001000110 | f1b0eceff2fe46 |
UTF-8 | 餔跫鵈F | 11101001101001001001010011101000101101111010101111101001101101011000100001000110 | e9a494e8b7abe9b58846 |
UHC | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)