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 | 襭究9蕀 | 1110011001000010100010111000011010000010010110001110010011111001 | e6428b868258e4f9 |
EUC-JP | 襭究9蕀 | 1110101110100011101101011110011010100011101110011110100011111011 | eba3b5e6a3b9e8fb |
UTF-8 | 襭究9蕀 | 111010001010010110101101111001111010100110110110111011111011110010011001111010001001010110000000 | e8a5ade7a9b6efbc99e89580 |
UHC | ?究9? | 001111111100111110111100101000111011100100111111 | 3fcfbca3b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)