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筝 | 1110010010001101100010101110001110000010010110001110001010110110 | e48d8ae38258e2b6 |
EUC-JP | 芻翫9筝 | 1110011111101101101101001110010110100011101110011110010010111000 | e7edb4e5a3b9e4b8 |
UTF-8 | 芻翫9筝 | 111010001000101010111011111001111011111110101011111011111011110010011001111001111010110110011101 | e88abbe7bfabefbc99e7ad9d |
UHC | 芻翫9? | 11110101110101101110100011010001101000111011100100111111 | f5d6e8d1a3b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)