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 | ÷§ö´^B | 111101111010011111110110101101000101111001000010 | f7a7f6b45e42 |
SJIS-WIN | ÷§?´^B | 100000011000000010000001100110000011111110000001010011000101111001000010 | 818081983f814c5e42 |
EUC-JP | ÷§ö´^B | 1010000111100000101000011111100010001111101010111101001110100001101011010101111001000010 | a1e0a1f88fabd3a1ad5e42 |
UTF-8 | ÷§ö´^B | 11000011101101111100001010100111110000111011011011000010101101000101111001000010 | c3b7c2a7c3b6c2b45e42 |
UHC | ÷§?´^B | 101000011100000010100001110101110011111110100010101001010101111001000010 | a1c0a1d73fa2a55e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)