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 | ?賈 | 001111111110011011001001 | 3fe6c9 |
EUC-JP | 鉥賈 | 1000111111100011111010001110110011001011 | 8fe3e8eccb |
UTF-8 | 鉥賈 | 111010011000100110100101111010001011001110001000 | e989a5e8b388 |
UHC | 鉥賈 | 11100010111111001100101010111001 | e2fccab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)