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 | 侶堯 | 10010111101101011110101010011111 | 97b5ea9f |
EUC-JP | 侶堯 | 11001110101101111111010010100001 | ceb7f4a1 |
UTF-8 | 侶堯 | 111001001011111010110110111001011010000010101111 | e4beb6e5a0af |
UHC | 侶堯 | 11010101111000101110100011101011 | d5e2e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)