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 | ÷ÛÙú¬ | 1111011111011011110110011111101010101100 | f7dbd9faac |
SJIS-WIN | ÷???¬ | 10000001100000000011111100111111001111111000000111001010 | 81803f3f3f81ca |
EUC-JP | ÷ÛÙú¬ | 10100001111000001000111110101010111001011000111110101010111000111000111110101011111000101010001011001100 | a1e08faae58faae38fabe2a2cc |
UTF-8 | ÷ÛÙú¬ | 11000011101101111100001110011011110000111001100111000011101110101100001010101100 | c3b7c39bc399c3bac2ac |
UHC | ÷???? | 101000011100000000111111001111110011111100111111 | a1c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)