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 | 鈺鏃 | 11111011110001001110100001010110 | fbc4e856 |
EUC-JP | 鈺鏃 | 1000111111100011110101011110111110110111 | 8fe3d5efb7 |
UTF-8 | 鈺鏃 | 111010011000100010111010111010011000111110000011 | e988bae98f83 |
UHC | 鈺鏃 | 11101000101011011111000011101100 | e8adf0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)