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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ?屑~ | 00111111100010111111101101111110 | 3f8bfb7e |
EUC-JP | ?屑~ | 00111111101101101111110101111110 | 3fb6fd7e |
UTF-8 | 뾑屑~ | 11101011101111101001000111100101101100011001000101111110 | ebbe91e5b1917e |
UHC | 뾑屑~ | 1001011101001111111000001101101001111110 | 974fe0da7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)