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 | 1000100110101111100111111001100001000110 | 89af9f9846 |
EUC-JP | 憶沽F | 1011001010110001110111011111100001000110 | b2b1ddf846 |
UTF-8 | 憶沽F | 11100110100001101011011011100110101100101011110101000110 | e686b6e6b2bd46 |
UHC | 憶沽F | 1110010111100011110011011011111101000110 | e5e3cdbf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)