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 | 於? | 100010011001011100111111 | 89973f |
EUC-JP | 於? | 101100011111011100111111 | b1f73f |
UTF-8 | 於쌅 | 111001101001011010111100111011001000110010000101 | e696bcec8c85 |
UHC | 於쌅 | 11100101110110101001101011111000 | e5da9af8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)