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 | ù§÷¯^ | 1111100110100111111101111010111101011110 | f9a7f7af5e |
SJIS-WIN | ?§÷?^ | 00111111100000011001100010000001100000000011111101011110 | 3f819881803f5e |
EUC-JP | ù§÷¯^ | 1000111110101011111000111010000111111000101000011110000010001111101000101011010001011110 | 8fabe3a1f8a1e08fa2b45e |
UTF-8 | ù§÷¯^ | 110000111011100111000010101001111100001110110111110000101010111101011110 | c3b9c2a7c3b7c2af5e |
UHC | ?§÷?^ | 00111111101000011101011110100001110000000011111101011110 | 3fa1d7a1c03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)