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 | 莊″ゥ | 1110010010110101100000011000110110101001 | e4b5818da9 |
EUC-JP | 莊″ゥ | 111010001011011110100001111011011000111010101001 | e8b7a1ed8ea9 |
UTF-8 | 莊″ゥ | 111010001000111010001010111000101000000010110011111011111011110110101001 | e88e8ae280b3efbda9 |
UHC | 莊″? | 1110110111110110101000011100100000111111 | edf6a1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)