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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 漿拒漿居^ | 100111111111011110001011100100011001111111110111100010111000111101011110 | 9ff78b919ff78b8f5e |
EUC-JP | 漿拒漿居^ | 110111101111100110110101111100011101111011111001101101011110111101011110 | def9b5f1def9b5ef5e |
UTF-8 | 漿拒漿居^ | 11100110101111001011111111100110100010111001001011100110101111001011111111100101101100011000010101011110 | e6bcbfe68b92e6bcbfe5b1855e |
UHC | 漿拒漿居^ | 111011011110110011001011110111101110110111101100110010111101110001011110 | edeccbdeedeccbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)