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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 儲肯?d | 100101101101011110001101011011010011111101100100 | 96d78d6d3f64 |
EUC-JP | 儲肯雯d | 1100110011011001101110011100111010001111111001101111101101100100 | ccd9b9ce8fe6fb64 |
UTF-8 | 儲肯雯d | 11100101100001001011001011101000100000101010111111101001100110111010111101100100 | e584b2e882afe99baf64 |
UHC | 儲肯雯d | 11101110101110011101000011101001110110101010011101100100 | eeb9d0e9daa764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)