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 | メ澈チ | 11010010111110110100101111000001 | d2fb4bc1 |
EUC-JP | メ澈チ | 10001110110100101000111111001000111001011000111011000001 | 8ed28fc8e58ec1 |
UTF-8 | メ澈チ | 111011111011111010010010111001101011111010001000111011111011111010000001 | efbe92e6be88efbe81 |
UHC | ?澈? | 00111111111101001100110100111111 | 3ff4cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)