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 | 蝙狗カサ | 111001011001111010001011111001111011011010111011 | e59e8be7b6bb |
EUC-JP | 蝙狗カサ | 1110100111111110101101101110100110001110101101101000111010111011 | e9feb6e98eb68ebb |
UTF-8 | 蝙狗カサ | 111010001001110110011001111001111000101110010111111011111011110110110110111011111011110110111011 | e89d99e78b97efbdb6efbdbb |
UHC | ?狗?? | 0011111111001111101101110011111100111111 | 3fcfb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)