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 | 危磨 | 10001010111010111001011010000001 | 8aeb9681 |
EUC-JP | 危磨 | 10110100111011011100101111100001 | b4edcbe1 |
UTF-8 | 危磨 | 111001011000110110110001111001111010001110101000 | e58db1e7a3a8 |
UHC | 危磨 | 11101010110010111101100010101000 | eacbd8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)