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 | 11000011111001101101111111111001101111011011110101000010 | c3e6dff9bdbd42 |
EUC-JP | テ赱?スB | 1000111011000011111011001110000100111111100011101011110101000010 | 8ec3ece13f8ebd42 |
UTF-8 | テ赱スB | 11101111101111101000001111101000101101011011000111101110100111001001100011101111101111011011110101000010 | efbe83e8b5b1ee9c98efbdbd42 |
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)