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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 巐幔嚴E | 11111010101101101001101111101101100110101000111001000101 | fab69bed9a8e45 |
EUC-JP | 巐幔嚴E | 1000111110111011111110011101011011101111110100111110111001000101 | 8fbbf9d6efd3ee45 |
UTF-8 | 巐幔嚴E | 11100101101101111001000011100101101110011001010011100101100110101011010001000101 | e5b790e5b994e59ab445 |
UHC | ??嚴E | 0011111100111111111001011111000101000101 | 3f3fe5f145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)