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 | セ、柴 | 10111110101001001000111011000100 | bea48ec4 |
EUC-JP | セ、柴 | 100011101011111010001110101001001011110011000110 | 8ebe8ea4bcc6 |
UTF-8 | セ、柴 | 111011111011110110111110111011111011110110100100111001101001111110110100 | efbdbeefbda4e69fb4 |
UHC | ??柴 | 00111111001111111110001111000011 | 3f3fe3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)