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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 盖韈韜^ | 11100001101100111110100011100111111010001110100101011110 | e1b3e8e7e8e95e |
EUC-JP | 盖韈韜^ | 11100010101101011111000011101001111100001110101101011110 | e2b5f0e9f0eb5e |
UTF-8 | 盖韈韜^ | 11100111100110111001011011101001100111111000100011101001100111111001110001011110 | e79b96e99f88e99f9c5e |
UHC | 盖?韜^ | 110010111100110000111111110101001011011101011110 | cbcc3fd4b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)