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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 姚??^ | 1001101101001100001111110011111101011110 | 9b4c3f3f5e |
EUC-JP | 姚??^ | 1101010110101101001111110011111101011110 | d5ad3f3f5e |
UTF-8 | 姚싮릾^ | 11100101101001111001101011101100100010111010111011101011101001101011111001011110 | e5a79aec8baeeba6be5e |
UHC | 姚싮릾^ | 11101000111011101001101011101001100100001001101001011110 | e8ee9ae9909a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)