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 | ????Æ | 0011111100111111001111110011111111000110 | 3f3f3f3fc6 |
SJIS-WIN | 媛?睛鏡? | 1001010101010001001111111110000111001011100010111011111000111111 | 95513fe1cb8bbe3f |
EUC-JP | 媛?睛鏡Æ | 11001001101100100011111111100010110011011011011011000000100011111010100110100001 | c9b23fe2cdb6c08fa9a1 |
UTF-8 | 媛렦睛鏡Æ | 1110010110101010100110111110101110100000101001101110011110011101100110111110100110001111101000011100001110000110 | e5aa9beba0a6e79d9be98fa1c386 |
UHC | 媛렦睛鏡Æ | 11101010101100001000111010110101111011111110110011001100111100001010100010100001 | eab08eb5efecccf0a8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)