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 | ?兩 | 001111111001100101011111 | 3f995f |
EUC-JP | 鋌兩 | 1000111111100100101110111101000111000000 | 8fe4bbd1c0 |
UTF-8 | 鋌兩 | 111010011000101110001100111001011000010110101001 | e98b8ce585a9 |
UHC | 鋌兩 | 11101111111110111101010111010111 | effbd5d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)