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 | 100110110100110000111111011011110100001001000110 | 9b4c3f6f4246 |
EUC-JP | 姚?oBF | 110101011010110100111111011011110100001001000110 | d5ad3f6f4246 |
UTF-8 | 姚렚oBF | 111001011010011110011010111010111010000010011010011011110100001001000110 | e5a79aeba09a6f4246 |
UHC | 姚렚oBF | 11101000111011101000111010101101011011110100001001000110 | e8ee8ead6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)