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 | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 聆萠oBF | 11100011110101111110010011001100011011110100001001000110 | e3d7e4cc6f4246 |
EUC-JP | 聆萠oBF | 11100110110110011110100011001110011011110100001001000110 | e6d9e8ce6f4246 |
UTF-8 | 聆萠oBF | 111010001000000110000110111010001001000010100000011011110100001001000110 | e88186e890a06f4246 |
UHC | 聆?oBF | 110101101100000000111111011011110100001001000110 | d6c03f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)