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 | 鈑滔「曾 | 11100111111001011001111111101011101000101001000101011100 | e7e59feba2915c |
EUC-JP | 鈑滔「曾 | 1110111011100111110111101110110110001110101000101100000110111101 | eee7deed8ea2c1bd |
UTF-8 | 鈑滔「曾 | 111010011000100010010001111001101011101110010100111011111011110110100010111001101001101110111110 | e98891e6bb94efbda2e69bbe |
UHC | 鈑滔?曾 | 11110111111111101101010010100101001111111111000111110100 | f7fed4a53ff1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)