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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 煽晳P | 1001000011111000111110101101100101010000 | 90f8fad950 |
EUC-JP | 煽晳P | 110000001111101010001111110000101100010001010000 | c0fa8fc2c450 |
UTF-8 | 煽晳P | 11100111100001011011110111100110100110011011001101010000 | e785bde699b350 |
UHC | 煽晳P | 1110000011000011111000001010111101010000 | e0c3e0af50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)