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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蘂??由? | 11100101010000010011111100111111100101110101001000111111 | e5413f3f97523f |
EUC-JP | 蘂??由? | 11101001101000100011111100111111110011011011001100111111 | e9a23f3fcdb33f |
UTF-8 | 蘂띠꼮由첕 | 111010001001100010000010111010111001110110100000111010101011110010101110111001111001010010110001111011001011001010010101 | e89882eb9da0eabcaee794b1ecb295 |
UHC | 蘂띠꼮由첕 | 11100111110111101011011011101100100001001000100111101011101001101010101101000010 | e7deb6ec8489eba6ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)