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 | 燾駒剏 | 111110110101101010001011111011101001100110001100 | fb5a8bee998c |
EUC-JP | 燾駒剏 | 10001111110010101011110110110110111100001101000111101100 | 8fcabdb6f0d1ec |
UTF-8 | 燾駒剏 | 111001111000011110111110111010011010011110010010111001011000100110001111 | e787bee9a792e5898f |
UHC | 燾駒? | 1101010010100111110011111100101100111111 | d4a7cfcb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)