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 | 鉐雅 | 11100111111011111000100111101011 | e7ef89eb |
EUC-JP | 鉐雅 | 11101110111100011011001011101101 | eef1b2ed |
UTF-8 | 鉐雅 | 111010011000100110010000111010011001101110000101 | e98990e99b85 |
UHC | ?雅 | 001111111110010010111010 | 3fe4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)