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 | 赭賤瓏 | 111001101101111011100110110010111110000011111010 | e6dee6cbe0fa |
EUC-JP | 赭賤瓏 | 111011001110000011101100110011011110000011111100 | ece0eccde0fc |
UTF-8 | 赭賤瓏 | 111010001011010110101101111010001011001110100100111001111001001110001111 | e8b5ade8b3a4e7938f |
UHC | ?賤瓏 | 0011111111110100110000011101011011101010 | 3ff4c1d6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)