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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 水屎^ | 1001000010000101100110111001110101011110 | 90859b9d5e |
EUC-JP | 水屎^ | 1011111111100101110101011111110101011110 | bfe5d5fd5e |
UTF-8 | 水屎^ | 11100110101100001011010011100101101100011000111001011110 | e6b0b4e5b18e5e |
UHC | 水屎^ | 1110001010101001111000111011101001011110 | e2a9e3ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)