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 | 渫殲 | 10011111110101101001111101110010 | 9fd69f72 |
EUC-JP | 渫殲 | 11011110110110001101110111010011 | ded8ddd3 |
UTF-8 | 渫殲 | 111001101011100010101011111001101010111010110010 | e6b8abe6aeb2 |
UHC | 渫殲 | 11100000110111101110000011101000 | e0dee0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)