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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 」ァ脣マル | 101000111010011111100011111110101100111111011001 | a3a7e3facfd9 |
EUC-JP | 」ァ脣マル | 10001110101000111000111010100111111001101111110010001110110011111000111011011001 | 8ea38ea7e6fc8ecf8ed9 |
UTF-8 | 」ァ脣マル | 111011111011110110100011111011111011110110100111111010001000010010100011111011111011111010001111111011111011111010011001 | efbda3efbda7e884a3efbe8fefbe99 |
UHC | ??脣?? | 001111110011111111100010111011100011111100111111 | 3f3fe2ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)