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 | 氈絲 | 10011111100000011110001101001110 | 9f81e34e |
EUC-JP | 氈絲 | 11011101111000011110010110101111 | dde1e5af |
UTF-8 | 氈絲 | 111001101011000010001000111001111011010110110010 | e6b088e7b5b2 |
UHC | 氈絲 | 11101110111111011101111011101010 | eefddeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)