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 | ÷¬îä^ | 1111011110101100111011101110010001011110 | f7aceee45e |
SJIS-WIN | ÷¬??^ | 10000001100000001000000111001010001111110011111101011110 | 818081ca3f3f5e |
EUC-JP | ÷¬îä^ | 1010000111100000101000101100110010001111101010111100001010001111101010111010001101011110 | a1e0a2cc8fabc28faba35e |
UTF-8 | ÷¬îä^ | 110000111011011111000010101011001100001110101110110000111010010001011110 | c3b7c2acc3aec3a45e |
UHC | ÷???^ | 101000011100000000111111001111110011111101011110 | a1c03f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)