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 | 蕈狗カサ | 111001001111110010001011111001111011011010111011 | e4fc8be7b6bb |
EUC-JP | 蕈狗カサ | 1110100011111110101101101110100110001110101101101000111010111011 | e8feb6e98eb68ebb |
UTF-8 | 蕈狗カサ | 111010001001010110001000111001111000101110010111111011111011110110110110111011111011110110111011 | e89588e78b97efbdb6efbdbb |
UHC | ?狗?? | 0011111111001111101101110011111100111111 | 3fcfb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)