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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 章ェシ」昭 | 10001111110011011010101010111100101000111000111110111010 | 8fcdaabca38fba |
EUC-JP | 章ェシ」昭 | 10111110110011111000111010101010100011101011110010001110101000111011111010111100 | becf8eaa8ebc8ea3bebc |
UTF-8 | 章ェシ」昭 | 111001111010101110100000111011111011110110101010111011111011110110111100111011111011110110100011111001101001100010101101 | e7aba0efbdaaefbdbcefbda3e698ad |
UHC | 章???昭 | 11101101111100010011111100111111001111111110000110111001 | edf13f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)