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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 潁ヨ?F | 100111111111000110000011100010000011111101000110 | 9ff183883f46 |
EUC-JP | 潁ヨ?F | 110111101111001110100101111010000011111101000110 | def3a5e83f46 |
UTF-8 | 潁ヨ쾳F | 11100110101111011000000111100011100000111010100011101100101111101011001101000110 | e6bd81e383a8ecbeb346 |
UHC | 潁ヨ쾳F | 11100111101110001010101111101000101100101000100101000110 | e7b8abe8b28946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)