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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 狸袖F | 1001001001001011100100011011001101000110 | 924b91b346 |
EUC-JP | 狸袖F | 1100001110101100110000101011010101000110 | c3acc2b546 |
UTF-8 | 狸袖F | 11100111100010111011100011101000101000101001011001000110 | e78bb8e8a29646 |
UHC | 狸袖F | 1101011111100001111000101100000001000110 | d7e1e2c046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)