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 | 馴? | 100100111110100100111111 | 93e93f |
EUC-JP | 馴? | 110001101110101100111111 | c6eb3f |
UTF-8 | 馴덃 | 111010011010011010110100111010111000110110000011 | e9a6b4eb8d83 |
UHC | 馴덃 | 11100010111110001000100011100110 | e2f888e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)