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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | シウシユc^ | 101111001011001110111100110101010110001101011110 | bcb3bcd5635e |
EUC-JP | シウシユc^ | 10001110101111001000111010110011100011101011110010001110110101010110001101011110 | 8ebc8eb38ebc8ed5635e |
UTF-8 | シウシユc^ | 1110111110111101101111001110111110111101101100111110111110111101101111001110111110111110100101010110001101011110 | efbdbcefbdb3efbdbcefbe95635e |
UHC | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)