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 | 銓募唱 | 111001111111001010010101111001011000111110100101 | e7f295e58fa5 |
EUC-JP | 銓募唱 | 111011101111010011001010111001111011111010100111 | eef4cae7bea7 |
UTF-8 | 銓募唱 | 111010011000101010010011111001011000101110011111111001011001010010110001 | e98a93e58b9fe594b1 |
UHC | 銓募唱 | 111011111011000011011001101101001111001111011101 | efb0d9b4f3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)