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 | ÷¬õµöÎ | 111101111010110011110101101101011111011011001110 | f7acf5b5f6ce |
SJIS-WIN | ÷¬???? | 1000000110000000100000011100101000111111001111110011111100111111 | 818081ca3f3f3f3f |
EUC-JP | ÷¬õ?öÎ | 1010000111100000101000101100110010001111101010111101100000111111100011111010101111010011100011111010101011000010 | a1e0a2cc8fabd83f8fabd38faac2 |
UTF-8 | ÷¬õµöÎ | 110000111011011111000010101011001100001110110101110000101011010111000011101101101100001110001110 | c3b7c2acc3b5c2b5c3b6c38e |
UHC | ÷????? | 10100001110000000011111100111111001111110011111100111111 | a1c03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)