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 | 先瑤先瑤^ | 100100001110011011101010101000101001000011100110111010101010001001011110 | 90e6eaa290e6eaa25e |
EUC-JP | 先瑤先瑤^ | 110000001110100011110100101001001100000011101000111101001010010001011110 | c0e8f4a4c0e8f4a45e |
UTF-8 | 先瑤先瑤^ | 11100101100001011000100011100111100100011010010011100101100001011000100011100111100100011010010001011110 | e58588e791a4e58588e791a45e |
UHC | 先瑤先瑤^ | 111000001011101111101000111111011110000010111011111010001111110101011110 | e0bbe8fde0bbe8fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)