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 | 糊拒糊居^ | 100011001101000010001011100100011000110011010000100010111000111101011110 | 8cd08b918cd08b8f5e |
EUC-JP | 糊拒糊居^ | 101110001101001010110101111100011011100011010010101101011110111101011110 | b8d2b5f1b8d2b5ef5e |
UTF-8 | 糊拒糊居^ | 11100111101100111000101011100110100010111001001011100111101100111000101011100101101100011000010101011110 | e7b38ae68b92e7b38ae5b1855e |
UHC | 糊拒糊居^ | 111110111101010111001011110111101111101111010101110010111101110001011110 | fbd5cbdefbd5cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)