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 | 11100001110010101110100011110010011011110100001001000110 | e1cae8f26f4246 |
EUC-JP | 睫頸oBF | 11100010110011001111000011110100011011110100001001000110 | e2ccf0f46f4246 |
UTF-8 | 睫頸oBF | 111001111001110110101011111010011010000010111000011011110100001001000110 | e79dabe9a0b86f4246 |
UHC | 睫頸oBF | 11110100111000101100110011110010011011110100001001000110 | f4e2ccf26f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)