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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鷹??? | 1001000111101001001111110011111100111111 | 91e93f3f3f |
EUC-JP | 鷹??? | 1100001011101011001111110011111100111111 | c2eb3f3f3f |
UTF-8 | 鷹잭렠렓 | 111010011011011110111001111011001001111010101101111010111010000010100000111010111010000010010011 | e9b7b9ec9eadeba0a0eba093 |
UHC | 鷹잭렠렓 | 1110101111101101110000001110100010001110101100011000111010101000 | ebedc0e88eb18ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)