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 | 偃?? | 10011000111011100011111100111111 | 98ee3f3f |
EUC-JP | 偃?? | 11010000111100000011111100111111 | d0f03f3f |
UTF-8 | 偃욧퇌 | 111001011000000110000011111011001001101010100111111011011000011110001100 | e58183ec9aa7ed878c |
UHC | 偃욧퇌 | 111001011110011110111111111010101011011110011101 | e5e7bfeab79d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)