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 | ?欺?欺^ | 00111111100010110101110000111111100010110101110001011110 | 3f8b5c3f8b5c5e |
EUC-JP | ?欺?欺^ | 00111111101101011011110100111111101101011011110101011110 | 3fb5bd3fb5bd5e |
UTF-8 | 잼欺잼欺^ | 11101100100111101011110011100110101011001011101011101100100111101011110011100110101011001011101001011110 | ec9ebce6acbaec9ebce6acba5e |
UHC | 잼欺잼欺^ | 110000001110101111010001101001111100000011101011110100011010011101011110 | c0ebd1a7c0ebd1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)