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 | ??~ | 001111110011111101111110 | 3f3f7e |
EUC-JP | ?飡~ | 0011111110001111111010001100100001111110 | 3f8fe8c87e |
UTF-8 | 뾡飡~ | 11101011101111101010000111101001101000111010000101111110 | ebbea1e9a3a17e |
UHC | 뾡飡~ | 1001011101100100111000011110001001111110 | 9764e1e27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)