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 | 釶賤瓏 | 111001111101111111100110110010111110000011111010 | e7dfe6cbe0fa |
EUC-JP | 釶賤瓏 | 111011101110000111101100110011011110000011111100 | eee1eccde0fc |
UTF-8 | 釶賤瓏 | 111010011000011110110110111010001011001110100100111001111001001110001111 | e987b6e8b3a4e7938f |
UHC | ?賤瓏 | 0011111111110100110000011101011011101010 | 3ff4c1d6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)