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 | 111001101010000010010011111010001001000010111101011011110100001001000110 | e6a093e890bd6f4246 |
EUC-JP | 譬楢誠oBF | 111011001010001011000110111010101100000010111111011011110100001001000110 | eca2c6eac0bf6f4246 |
UTF-8 | 譬楢誠oBF | 111010001010110110101100111001101010010110100010111010001010101010100000011011110100001001000110 | e8adace6a5a2e8aaa06f4246 |
UHC | 譬楢誠oBF | 110111101010011111101010111110011110000110100100011011110100001001000110 | dea7eaf9e1a46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)