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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 石巍尊 | 100100001100111010011011110110011001000110111000 | 90ce9bd991b8 |
EUC-JP | 石巍尊 | 110000001101000011010110110110111100001010111010 | c0d0d6dbc2ba |
UTF-8 | 石巍尊 | 111001111001111110110011111001011011011110001101111001011011000010001010 | e79fb3e5b78de5b08a |
UHC | 石巍尊 | 111000001011010011101000111001001111000011101110 | e0b4e8e4f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)