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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鵝氏? | 1110101001000000100011101000000100111111 | ea408e813f |
EUC-JP | 鵝氏? | 1111001110100001101110111110000100111111 | f3a1bbe13f |
UTF-8 | 鵝氏롈 | 111010011011010110011101111001101011000010001111111010111010000110001000 | e9b59de6b08feba188 |
UHC | 鵝氏롈 | 111001001011110111100100101010111000111011001110 | e4bde4ab8ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)