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 | シヨシケ靈 | 101111001101011010111100101110011110100011001011 | bcd6bcb9e8cb |
EUC-JP | シヨシケ靈 | 10001110101111001000111011010110100011101011110010001110101110011111000011001101 | 8ebc8ed68ebc8eb9f0cd |
UTF-8 | シヨシケ靈 | 111011111011110110111100111011111011111010010110111011111011110110111100111011111011110110111001111010011001110110001000 | efbdbcefbe96efbdbcefbdb9e99d88 |
UHC | ????靈 | 001111110011111100111111001111111101011011000100 | 3f3f3f3fd6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)