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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 茹蔆 | 11100100101001011110010011001111 | e4a5e4cf |
EUC-JP | 茹蔆 | 11101000101001111110100011010001 | e8a7e8d1 |
UTF-8 | 茹蔆 | 111010001000110010111001111010001001010010000110 | e88cb9e89486 |
UHC | 茹? | 111001101010101000111111 | e6aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)