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 | 質煮セ | 1000111010111111100011101100111110111110 | 8ebf8ecfbe |
EUC-JP | 質煮セ | 101111001100000110111100110100011000111010111110 | bcc1bcd18ebe |
UTF-8 | 質煮セ | 111010001011001110101010111001111000010110101110111011111011110110111110 | e8b3aae785aeefbdbe |
UHC | 質煮? | 1111001011110101111011011011010000111111 | f2f5edb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)