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 | シヨシ」萸 | 101111001101011010111100101000111110010011001110 | bcd6bca3e4ce |
EUC-JP | シヨシ」萸 | 10001110101111001000111011010110100011101011110010001110101000111110100011010000 | 8ebc8ed68ebc8ea3e8d0 |
UTF-8 | シヨシ」萸 | 111011111011110110111100111011111011111010010110111011111011110110111100111011111011110110100011111010001001000010111000 | efbdbcefbe96efbdbcefbda3e890b8 |
UHC | ????萸 | 001111110011111100111111001111111110101110101101 | 3f3f3f3febad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)