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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 迺樒、ェ^ | 11100111100100101001111011100111101001001010101001011110 | e7929ee7a4aa5e |
EUC-JP | 迺樒、ェ^ | 111011011111001011011100111010011000111010100100100011101010101001011110 | edf2dce98ea48eaa5e |
UTF-8 | 迺樒、ェ^ | 11101000101111111011101011100110101010001001001011101111101111011010010011101111101111011010101001011110 | e8bfbae6a892efbda4efbdaa5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)