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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 莉門支Q] | 1110010010111011100101101110010110001110011110000101000101011101 | e4bb96e58e78515d |
EUC-JP | 莉門支Q] | 1110100010111101110011001110011110111011110110010101000101011101 | e8bdcce7bbd9515d |
UTF-8 | 莉門支Q] | 1110100010001110100010011110100110010110100000001110011010010100101011110101000101011101 | e88e89e99680e694af515d |
UHC | 莉門支Q] | 1101011111101001110110101010011011110010101010000101000101011101 | d7e9daa6f2a8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)