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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 屍戀 | 10001110011100101001110011110110 | 8e729cf6 |
EUC-JP | 屍戀 | 10111011110100111101100011111000 | bbd3d8f8 |
UTF-8 | 屍戀 | 111001011011000110001101111001101000100010000000 | e5b18de68880 |
UHC | 屍戀 | 11100011101110111101010111111100 | e3bbd5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)