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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 顥羣 | 11111011111101011110001110111000 | fbf5e3b8 |
EUC-JP | 顥羣 | 1000111111101000101101101110011010111010 | 8fe8b6e6ba |
UTF-8 | 顥羣 | 111010011010000110100101111001111011111010100011 | e9a1a5e7bea3 |
UHC | 顥? | 111110111110001000111111 | fbe23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)