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 | 質蛇セ | 1000111010111111100011101101011010111110 | 8ebf8ed6be |
EUC-JP | 質蛇セ | 101111001100000110111100110110001000111010111110 | bcc1bcd88ebe |
UTF-8 | 質蛇セ | 111010001011001110101010111010001001101110000111111011111011110110111110 | e8b3aae89b87efbdbe |
UHC | 質蛇? | 1111001011110101110111101110111100111111 | f2f5deef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)