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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 豌丞 | 11100110101100001000111111100101 | e6b08fe5 |
EUC-JP | 豌丞 | 11101100101100101011111011100111 | ecb2bee7 |
UTF-8 | 豌丞 | 111010001011000110001100111001001011100010011110 | e8b18ce4b89e |
UHC | 豌丞 | 11101000110101011110001110101010 | e8d5e3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)