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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鈑滔「カ^ | 11100111111001011001111111101011101000101011011001011110 | e7e59feba2b65e |
EUC-JP | 鈑滔「カ^ | 111011101110011111011110111011011000111010100010100011101011011001011110 | eee7deed8ea28eb65e |
UTF-8 | 鈑滔「カ^ | 11101001100010001001000111100110101110111001010011101111101111011010001011101111101111011011011001011110 | e98891e6bb94efbda2efbdb65e |
UHC | 鈑滔??^ | 11110111111111101101010010100101001111110011111101011110 | f7fed4a53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)