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 | 癌稠 | 10001010111000001110001001100110 | 8ae0e266 |
EUC-JP | 癌稠 | 10110100111000101110001111000111 | b4e2e3c7 |
UTF-8 | 癌稠 | 111001111001100110001100111001111010100010100000 | e7998ce7a8a0 |
UHC | 癌稠 | 11100100110111111111000011010110 | e4dff0d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)