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 | ÷§ö´AB | 111101111010011111110110101101000100000101000010 | f7a7f6b44142 |
SJIS-WIN | ÷§?´AB | 100000011000000010000001100110000011111110000001010011000100000101000010 | 818081983f814c4142 |
EUC-JP | ÷§ö´AB | 1010000111100000101000011111100010001111101010111101001110100001101011010100000101000010 | a1e0a1f88fabd3a1ad4142 |
UTF-8 | ÷§ö´AB | 11000011101101111100001010100111110000111011011011000010101101000100000101000010 | c3b7c2a7c3b6c2b44142 |
UHC | ÷§?´AB | 101000011100000010100001110101110011111110100010101001010100000101000010 | a1c0a1d73fa2a54142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)