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 | 種矜 | 10001110111011011110000111100000 | 8eede1e0 |
EUC-JP | 種矜 | 10111100111011111110001011100010 | bcefe2e2 |
UTF-8 | 種矜 | 111001111010100010101110111001111001111110011100 | e7a8aee79f9c |
UHC | 種矜 | 11110000111110101101000011101000 | f0fad0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)