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 | 澁省 | 11100000010001101000111111001000 | e0468fc8 |
EUC-JP | 澁省 | 11011111101001111011111011001010 | dfa7beca |
UTF-8 | 澁省 | 111001101011111010000001111001111001110010000001 | e6be81e79c81 |
UHC | 澁省 | 11011111101110111110000011111101 | dfbbe0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)