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 | ?I????^ | 00111111010010010011111100111111001111110011111101011110 | 3f493f3f3f3f5e |
SJIS-WIN | ?I????^ | 00111111010010010011111100111111001111110011111101011110 | 3f493f3f3f3f5e |
EUC-JP | ?I????^ | 00111111010010010011111100111111001111110011111101011110 | 3f493f3f3f3f5e |
UTF-8 | 뭒I몾묱뫑뭒^ | 1110101110101101100100100100100111101011101010101011111011101011101011001011000111101011101010111001000111101011101011011001001001011110 | ebad9249ebaabeebacb1ebab91ebad925e |
UHC | 뭒I몾묱뫑뭒^ | 100100100101101001001001100100011010001010010010010010001001000110110011100100100101101001011110 | 925a4991a2924891b3925a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)