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 | 11101000101101001000110101001100011011110100001001000110 | e8b48d4c6f4246 |
EUC-JP | 雍広oBF | 11110000101101101011100110101101011011110100001001000110 | f0b6b9ad6f4246 |
UTF-8 | 雍広oBF | 111010011001101110001101111001011011101010000011011011110100001001000110 | e99b8de5ba836f4246 |
UHC | 雍?oBF | 111010001011110000111111011011110100001001000110 | e8bc3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)