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 | 腫基 | 10001110111011101000101011101110 | 8eee8aee |
EUC-JP | 腫基 | 10111100111100001011010011110000 | bcf0b4f0 |
UTF-8 | 腫基 | 111010001000010110101011111001011001111110111010 | e885abe59fba |
UHC | 腫基 | 11110000111111101101000011110001 | f0fed0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)