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 | 七社~ | 1000111010110101100011101101000001111110 | 8eb58ed07e |
EUC-JP | 七社~ | 1011110010110111101111001101001001111110 | bcb7bcd27e |
UTF-8 | 七社~ | 11100100101110001000001111100111101001001011111001111110 | e4b883e7a4be7e |
UHC | 七社~ | 1111011011010010110111101110010001111110 | f6d2dee47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)