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 | 11100010011011001110100011110010011011110100001001000110 | e26ce8f26f4246 |
EUC-JP | 稷頸oBF | 11100011110011011111000011110100011011110100001001000110 | e3cdf0f46f4246 |
UTF-8 | 稷頸oBF | 111001111010100010110111111010011010000010111000011011110100001001000110 | e7a8b7e9a0b86f4246 |
UHC | 稷頸oBF | 11110010110000111100110011110010011011110100001001000110 | f2c3ccf26f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)