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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 襍ヲ遘サB | 11101000101101011010011011100111101001111011101101000010 | e8b5a6e7a7bb42 |
EUC-JP | 襍ヲ遘サB | 111100001011011110001110101001101110111010101001100011101011101101000010 | f0b78ea6eea98ebb42 |
UTF-8 | 襍ヲ遘サB | 11101000101001011000110111101111101111011010011011101001100000011001100011101111101111011011101101000010 | e8a58defbda6e98198efbdbb42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)