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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 驪瑚誠oBF | 111010011000101110001100111010001001000010111101011011110100001001000110 | e98b8ce890bd6f4246 |
EUC-JP | 驪瑚誠oBF | 111100011110101110111000111010101100000010111111011011110100001001000110 | f1ebb8eac0bf6f4246 |
UTF-8 | 驪瑚誠oBF | 111010011010100110101010111001111001000110011010111010001010101010100000011011110100001001000110 | e9a9aae7919ae8aaa06f4246 |
UHC | 驪瑚誠oBF | 110101011111000111111011110100011110000110100100011011110100001001000110 | d5f1fbd1e1a46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)