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 | 燾駒囮 | 111110110101101010001011111011101001101010011001 | fb5a8bee9a99 |
EUC-JP | 燾駒囮 | 10001111110010101011110110110110111100001101001111111001 | 8fcabdb6f0d3f9 |
UTF-8 | 燾駒囮 | 111001111000011110111110111010011010011110010010111001011001101110101110 | e787bee9a792e59bae |
UHC | 燾駒? | 1101010010100111110011111100101100111111 | d4a7cfcb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)