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] | 1110010010111011100101101110010110001101101100110101000101011101 | e4bb96e58db3515d |
EUC-JP | 莉門叉Q] | 1110100010111101110011001110011110111010101101010101000101011101 | e8bdcce7bab5515d |
UTF-8 | 莉門叉Q] | 1110100010001110100010011110100110010110100000001110010110001111100010010101000101011101 | e88e89e99680e58f89515d |
UHC | 莉門叉Q] | 1101011111101001110110101010011011110011101010010101000101011101 | d7e9daa6f3a9515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)