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 | 桎?? | 10011110011111100011111100111111 | 9e7e3f3f |
EUC-JP | 桎?? | 11011011110111110011111100111111 | dbdf3f3f |
UTF-8 | 桎롇렯 | 111001101010000110001110111010111010000110000111111010111010000010101111 | e6a18eeba187eba0af |
UHC | 桎롇렯 | 111100101110111010001110110011011000111010111100 | f2ee8ecd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)