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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陂れシ | 1110100010011000100000101110101010111100 | e89882eabc |
EUC-JP | 陂れシ | 111011111111100010100100111011001000111010111100 | eff8a4ec8ebc |
UTF-8 | 陂れシ | 111010011001100110000010111000111000001010001100111011111011110110111100 | e99982e3828cefbdbc |
UHC | 陂れ? | 1111100110101110101010101110110000111111 | f9aeaaec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)