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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 埃瀾埃瀾^ | 100110101011101011100000011100001001101010111010111000000111000001011110 | 9abae0709abae0705e |
EUC-JP | 埃瀾埃瀾^ | 110101001011110011011111110100011101010010111100110111111101000101011110 | d4bcdfd1d4bcdfd15e |
UTF-8 | 埃瀾埃瀾^ | 11100101100111111000001111100111100000001011111011100101100111111000001111100111100000001011111001011110 | e59f83e780bee59f83e780be5e |
UHC | 埃瀾埃瀾^ | 111001001110111111010101101100111110010011101111110101011011001101011110 | e4efd5b3e4efd5b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)