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 | 祭拒祭居^ | 100011011101010110001011100100011000110111010101100010111000111101011110 | 8dd58b918dd58b8f5e |
EUC-JP | 祭拒祭居^ | 101110101101011110110101111100011011101011010111101101011110111101011110 | bad7b5f1bad7b5ef5e |
UTF-8 | 祭拒祭居^ | 11100111101001011010110111100110100010111001001011100111101001011010110111100101101100011000010101011110 | e7a5ade68b92e7a5ade5b1855e |
UHC | 祭拒祭居^ | 111100001010111011001011110111101111000010101110110010111101110001011110 | f0aecbdef0aecbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)