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 | ?V????^ | 00111111010101100011111100111111001111110011111101011110 | 3f563f3f3f3f5e |
SJIS-WIN | ?V????^ | 00111111010101100011111100111111001111110011111101011110 | 3f563f3f3f3f5e |
EUC-JP | ?V????^ | 00111111010101100011111100111111001111110011111101011110 | 3f563f3f3f3f5e |
UTF-8 | 뭒V몾뭒뫑몾^ | 1110101110101101100100100101011011101011101010101011111011101011101011011001001011101011101010111001000111101011101010101011111001011110 | ebad9256ebaabeebad92ebab91ebaabe5e |
UHC | 뭒V몾뭒뫑몾^ | 100100100101101001010110100100011010001010010010010110101001000110110011100100011010001001011110 | 925a5691a2925a91b391a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)