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 | 倚輕 | 10011000110111111110011101101010 | 98dfe76a |
EUC-JP | 倚輕 | 11010000111000011110110111001011 | d0e1edcb |
UTF-8 | 倚輕 | 111001011000000010011010111010001011110010010101 | e5809ae8bc95 |
UHC | 倚輕 | 11101011111011111100110011101110 | ebefccee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)