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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 銹妬] | 1110011111110110100100110110100101011101 | e7f693695d |
EUC-JP | 銹妬] | 1110111011111000110001011100101001011101 | eef8c5ca5d |
UTF-8 | 銹妬] | 11101001100010101011100111100101101001101010110001011101 | e98ab9e5a6ac5d |
UHC | 銹妬] | 1110001011001000111101111110000001011101 | e2c8f7e05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)