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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟠冶歓 | 111001011011010010010110111010001000101010111101 | e5b496e88abd |
EUC-JP | 蟠冶歓 | 111010101011011011001100111010101011010010111111 | eab6cceab4bf |
UTF-8 | 蟠冶歓 | 111010001001111110100000111001011000011010110110111001101010110110010011 | e89fa0e586b6e6ad93 |
UHC | 蟠冶? | 1101101011110110111001011010011100111111 | daf6e5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)