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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 埃瀾^ | 1001101010111010111000000111000001011110 | 9abae0705e |
EUC-JP | 埃瀾^ | 1101010010111100110111111101000101011110 | d4bcdfd15e |
UTF-8 | 埃瀾^ | 11100101100111111000001111100111100000001011111001011110 | e59f83e780be5e |
UHC | 埃瀾^ | 1110010011101111110101011011001101011110 | e4efd5b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)