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 | 烏? | 100010010100011100111111 | 89473f |
EUC-JP | 烏? | 101100011010100000111111 | b1a83f |
UTF-8 | 烏섷 | 111001111000001110001111111011001000010010110111 | e7838fec84b7 |
UHC | 烏섷 | 11101000101000011001100101000101 | e8a19945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)