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 | 湫戀 | 10011111110101011001110011110110 | 9fd59cf6 |
EUC-JP | 湫戀 | 11011110110101111101100011111000 | ded7d8f8 |
UTF-8 | 湫戀 | 111001101011100110101011111001101000100010000000 | e6b9abe68880 |
UHC | 湫戀 | 11110101110100111101010111111100 | f5d3d5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)