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 | 乙?乙?^ | 10001001101100110011111110001001101100110011111101011110 | 89b33f89b33f5e |
EUC-JP | 乙?乙?^ | 10110010101101010011111110110010101101010011111101011110 | b2b53fb2b53f5e |
UTF-8 | 乙螺乙羅^ | 11100100101110011001100111101111101001001001000111100100101110011001100111101111101001001000111101011110 | e4b999efa491e4b999efa48f5e |
UHC | 乙螺乙羅^ | 111010111110000011010001110111101110101111100000110100011101110001011110 | ebe0d1deebe0d1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)