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 | 翊疆 | 11100011110000101110000101100100 | e3c2e164 |
EUC-JP | 翊疆 | 11100110110001001110000111000101 | e6c4e1c5 |
UTF-8 | 翊疆 | 111001111011111110001010111001111001011010000110 | e7bf8ae79686 |
UHC | 翊疆 | 11101100110011011100101110110010 | eccdcbb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)