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 | 紳? | 100100000110000100111111 | 90613f |
EUC-JP | 紳? | 101111111100001000111111 | bfc23f |
UTF-8 | 紳뎲 | 111001111011010010110011111010111000111010110010 | e7b4b3eb8eb2 |
UHC | 紳뎲 | 11100011111010111000100110000101 | e3eb8985 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)