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 | 賰腺 | 11111011101011011001000101000010 | fbad9142 |
EUC-JP | 賰腺 | 1000111111011111101110011100000110100011 | 8fdfb9c1a3 |
UTF-8 | 賰腺 | 111010001011001110110000111010001000010110111010 | e8b3b0e885ba |
UHC | ?腺 | 001111111110000011001101 | 3fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)