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 | 扠綸 | 10011101010011001110001101100100 | 9d4ce364 |
EUC-JP | 扠綸 | 11011001101011011110010111000101 | d9ade5c5 |
UTF-8 | 扠綸 | 111001101000100110100000111001111011011010111000 | e689a0e7b6b8 |
UHC | ?綸 | 001111111101011111000110 | 3fd7c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)