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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シエ昌キ | 11110000111000111011110010110100100011111011100110110111 | f0e3bcb48fb9b7 |
EUC-JP | ?シエ昌キ | 001111111000111010111100100011101011010010111110101110111000111010110111 | 3f8ebc8eb4bebb8eb7 |
UTF-8 | シエ昌キ | 111011101000001010100010111011111011110110111100111011111011110110110100111001101001100010001100111011111011110110110111 | ee82a2efbdbcefbdb4e6988cefbdb7 |
UHC | ???昌? | 001111110011111100111111111100111110001100111111 | 3f3f3ff3e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)