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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跋冗⊂褄 | 1110011011101011100011111110011110000001101111001110010111101011 | e6eb8fe781bce5eb |
EUC-JP | 跋冗⊂褄 | 1110110011101101101111101110100110100010101111101110101011101101 | ecedbee9a2beeaed |
UTF-8 | 跋冗⊂褄 | 111010001011011110001011111001011000011010010111111000101000101010000010111010001010010010000100 | e8b78be58697e28a82e8a484 |
UHC | 跋冗⊂? | 11011011101000101110100110110111101000011111100000111111 | dba2e9b7a1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)