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 | 萃蔘 | 11100100110000101110010011110011 | e4c2e4f3 |
EUC-JP | 萃蔘 | 11101000110001001110100011110101 | e8c4e8f5 |
UTF-8 | 萃蔘 | 111010001001000010000011111010001001010010011000 | e89083e89498 |
UHC | 萃蔘 | 11110101111111101101111110111000 | f5fedfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)