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 | ?贏 | 001111111110011011010101 | 3fe6d5 |
EUC-JP | 澇贏 | 1000111111001000111001001110110011010111 | 8fc8e4ecd7 |
UTF-8 | 澇贏 | 111001101011111010000111111010001011010010001111 | e6be87e8b48f |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)