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 | ÷§ñ | 111101111010011111110001 | f7a7f1 |
SJIS-WIN | ÷§? | 1000000110000000100000011001100000111111 | 818081983f |
EUC-JP | ÷§ñ | 10100001111000001010000111111000100011111010101111010000 | a1e0a1f88fabd0 |
UTF-8 | ÷§ñ | 110000111011011111000010101001111100001110110001 | c3b7c2a7c3b1 |
UHC | ÷§? | 1010000111000000101000011101011100111111 | a1c0a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)