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 | 線贍仁 | 100100001111110011100110110101101001000001101101 | 90fce6d6906d |
EUC-JP | 線贍仁 | 110000001111111011101100110110001011111111001110 | c0feecd8bfce |
UTF-8 | 線贍仁 | 111001111011011110011010111010001011010010001101111001001011101110000001 | e7b79ae8b48de4bb81 |
UHC | 線贍仁 | 111000001100101011100000111010111110110011010010 | e0cae0ebecd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)