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 | 震? | 100100000110101100111111 | 906b3f |
EUC-JP | 震? | 101111111100110000111111 | bfcc3f |
UTF-8 | 震렾 | 111010011001110010000111111010111010000010111110 | e99c87eba0be |
UHC | 震렾 | 11110010111010001000111011000110 | f2e88ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)