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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 支?藏?^ | 10001110011110000011111111100101010101010011111101011110 | 8e783fe5553f5e |
EUC-JP | 支?藏?^ | 10111011110110010011111111101001101101100011111101011110 | bbd93fe9b63f5e |
UTF-8 | 支렜藏렟^ | 11100110100101001010111111101011101000001001110011101000100101111000111111101011101000001001111101011110 | e694afeba09ce8978feba09f5e |
UHC | 支렜藏렟^ | 111100101010100010001110101011101110110111111010100011101011000001011110 | f2a88eaeedfa8eb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)