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 | 妖η? | 1001011101100100100000111100010100111111 | 976483c53f |
EUC-JP | 妖η? | 1100110111000101101001101100011100111111 | cdc5a6c73f |
UTF-8 | 妖η쨸 | 1110010110100110100101101100111010110111111011001010100010111000 | e5a696ceb7eca8b8 |
UHC | 妖η쨸 | 111010001110110110100101111001111010010010010010 | e8eda5e7a492 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)