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 | 儀金 | 10001011010101101000101111100000 | 8b568be0 |
EUC-JP | 儀金 | 10110101101101111011011011100010 | b5b7b6e2 |
UTF-8 | 儀金 | 111001011000010010000000111010011000011110010001 | e58480e98791 |
UHC | 儀金 | 11101011111100001101000111010001 | ebf0d1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)