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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霑ッ遉シ諛ク | 111010001011111110101111111001111010010010111100111001101000011110111000 | e8bfafe7a4bce687b8 |
EUC-JP | 霑ッ遉シ諛ク | 111100001100000110001110101011111110111010100110100011101011110011101011111001111000111010111000 | f0c18eafeea68ebcebe78eb8 |
UTF-8 | 霑ッ遉シ諛ク | 111010011001110010010001111011111011110110101111111010011000000110001001111011111011110110111100111010001010101110011011111011111011110110111000 | e99c91efbdafe98189efbdbce8ab9befbdb8 |
UHC | 霑???諛? | 1110111111000101001111110011111100111111111010111011000000111111 | efc53f3f3febb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)