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 | 愕? | 100111001011000100111111 | 9cb13f |
EUC-JP | 愕? | 110110001011001100111111 | d8b33f |
UTF-8 | 愕뤾 | 111001101000010010010101111010111010010010111110 | e68495eba4be |
UHC | 愕뤾 | 11100100110000111000111111101010 | e4c38fea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)