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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 怐韈韜U | 10011100100000011110100011100111111010001110100101010101 | 9c81e8e7e8e955 |
EUC-JP | 怐韈韜U | 11010111111000011111000011101001111100001110101101010101 | d7e1f0e9f0eb55 |
UTF-8 | 怐韈韜U | 11100110100000001001000011101001100111111000100011101001100111111001110001010101 | e68090e99f88e99f9c55 |
UHC | ??韜U | 0011111100111111110101001011011101010101 | 3f3fd4b755 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)