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 | 甑冪??^ | 10001101100110011001100101110000001111110011111101011110 | 8d9999703f3f5e |
EUC-JP | 甑冪??^ | 10111001111110011101000111010001001111110011111101011110 | b9f9d1d13f3f5e |
UTF-8 | 甑冪렰렕^ | 11100111100101001001000111100101100001101010101011101011101000001011000011101011101000001001010101011110 | e79491e586aaeba0b0eba0955e |
UHC | 甑冪렰렕^ | 111100011111011111011000111100011000111010111101100011101010101001011110 | f1f7d8f18ebd8eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)