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 | ä¨VB | 11100100101010001000010010001111100011110101011001000010 | e4a8848f8f5642 |
SJIS-WIN | ?¨???VB | 0011111110000001010011100011111100111111001111110101011001000010 | 3f814e3f3f3f5642 |
EUC-JP | �??VB | 10001111101010111010001110100001101011110011111100111111001111110101011001000010 | 8faba3a1af3f3f3f5642 |
UTF-8 | ä¨VB | 110000111010010011000010101010001100001010000100110000101000111111000010100011110101011001000010 | c3a4c2a8c284c28fc28f5642 |
UHC | ?¨???VB | 0011111110100001101001110011111100111111001111110101011001000010 | 3fa1a73f3f3f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)