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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煇帶h | 111110110101011110011011111001101000001010001000 | fb579be68288 |
EUC-JP | 煇帶h | 10001111110010011111010111010110111010001010001111101000 | 8fc9f5d6e8a3e8 |
UTF-8 | 煇帶h | 111001111000010110000111111001011011100010110110111011111011110110001000 | e78587e5b8b6efbd88 |
UHC | 煇帶h | 111111011100100011010011111000011010001111101000 | fdc8d3e1a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)