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 | ?抛 | 001111111001110101100101 | 3f9d65 |
EUC-JP | ?抛 | 001111111101100111000110 | 3fd9c6 |
UTF-8 | 뤈抛 | 111010111010010010001000111001101000101010011011 | eba488e68a9b |
UHC | 뤈抛 | 10001111101110001111100011011000 | 8fb8f8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)