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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 縹蛻 | 11100011011111001110010110001000 | e37ce588 |
EUC-JP | 縹蛻 | 11100101110111011110100111101000 | e5dde9e8 |
UTF-8 | 縹蛻 | 111001111011100010111001111010001001101110111011 | e7b8b9e89bbb |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)