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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 妖矮B | 1001011101100100111000011110001001000010 | 9764e1e242 |
EUC-JP | 妖矮B | 1100110111000101111000101110010001000010 | cdc5e2e442 |
UTF-8 | 妖矮B | 11100101101001101001011011100111100111111010111001000010 | e5a696e79fae42 |
UHC | 妖矮B | 1110100011101101111010001110000101000010 | e8ede8e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)