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?F | 100011010111000110000010100001100011111101000110 | 8d7182863f46 |
EUC-JP | 航f?F | 101110011101001010100011111001100011111101000110 | b9d2a3e63f46 |
UTF-8 | 航f뮈F | 11101000100010001010101011101111101111011000011011101011101011101000100001000110 | e888aaefbd86ebae8846 |
UHC | 航f뮈F | 11111001111111101010001111100110101110011011111101000110 | f9fea3e6b9bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)