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 | ???VF | 0011111100111111001111110101011001000110 | 3f3f3f5646 |
SJIS-WIN | 狸属他VF | 1001001001001011100100011010111010010001101111000101011001000110 | 924b91ae91bc5646 |
EUC-JP | 狸属他VF | 1100001110101100110000101011000011000010101111100101011001000110 | c3acc2b0c2be5646 |
UTF-8 | 狸属他VF | 1110011110001011101110001110010110110001100111101110010010111011100101100101011001000110 | e78bb8e5b19ee4bb965646 |
UHC | 狸?他VF | 11010111111000010011111111110110111000100101011001000110 | d7e13ff6e25646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)