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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 消疎B | 1000111111000001100100010110000101000010 | 8fc1916142 |
EUC-JP | 消疎B | 1011111011000011110000011100001001000010 | bec3c1c242 |
UTF-8 | 消疎B | 11100110101101101000100011100111100101101000111001000010 | e6b688e7968e42 |
UHC | 消疎B | 1110000110111100111000011100001101000010 | e1bce1c342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)