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 | ÷§ö´^~ | 111101111010011111110110101101000101111001111110 | f7a7f6b45e7e |
SJIS-WIN | ÷§?´^~ | 100000011000000010000001100110000011111110000001010011000101111001111110 | 818081983f814c5e7e |
EUC-JP | ÷§ö´^~ | 1010000111100000101000011111100010001111101010111101001110100001101011010101111001111110 | a1e0a1f88fabd3a1ad5e7e |
UTF-8 | ÷§ö´^~ | 11000011101101111100001010100111110000111011011011000010101101000101111001111110 | c3b7c2a7c3b6c2b45e7e |
UHC | ÷§?´^~ | 101000011100000010100001110101110011111110100010101001010101111001111110 | a1c0a1d73fa2a55e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)