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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陬緋セャ峵 | 1110100010100011100101001110101010111110101011001111101010101110 | e8a394eabeacfaae |
EUC-JP | 陬緋セャ? | 111100001010010111001000111011001000111010111110100011101010110000111111 | f0a5c8ec8ebe8eac3f |
UTF-8 | 陬緋セャ峵 | 111010011001100110101100111001111011011110001011111011111011110110111110111011111011110110101100111001011011001110110101 | e999ace7b78befbdbeefbdace5b3b5 |
UHC | ?緋??? | 001111111101110111111100001111110011111100111111 | 3fddfc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)