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 | ??MF | 00111111001111110100110101000110 | 3f3f4d46 |
SJIS-WIN | 箏玳MF | 111000101011010111100000110111000100110101000110 | e2b5e0dc4d46 |
EUC-JP | 箏玳MF | 111001001011011111100000110111100100110101000110 | e4b7e0de4d46 |
UTF-8 | 箏玳MF | 1110011110101110100011111110011110001110101100110100110101000110 | e7ae8fe78eb34d46 |
UHC | 箏玳MF | 111011101011010011010011111001010100110101000110 | eeb4d3e54d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)