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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 巐幔嚥B | 11111010101101101001101111101101100110101000101101000010 | fab69bed9a8b42 |
EUC-JP | 巐幔嚥B | 1000111110111011111110011101011011101111110100111110101101000010 | 8fbbf9d6efd3eb42 |
UTF-8 | 巐幔嚥B | 11100101101101111001000011100101101110011001010011100101100110101010010101000010 | e5b790e5b994e59aa542 |
UHC | ??嚥B | 0011111100111111111001101011111101000010 | 3f3fe6bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)