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蕈 | 1110011001000010100010111110010010000010010110001110010011111100 | e6428be48258e4fc |
EUC-JP | 襭倶9蕈 | 1110101110100011101101101110011010100011101110011110100011111110 | eba3b6e6a3b9e8fe |
UTF-8 | 襭倶9蕈 | 111010001010010110101101111001011000000010110110111011111011110010011001111010001001010110001000 | e8a5ade580b6efbc99e89588 |
UHC | ??9? | 0011111100111111101000111011100100111111 | 3f3fa3b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)