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 | ?Z???Z??^ | 001111110101101000111111001111110011111101011010001111110011111101011110 | 3f5a3f3f3f5a3f3f5e |
SJIS-WIN | ?Z???Z??^ | 001111110101101000111111001111110011111101011010001111110011111101011110 | 3f5a3f3f3f5a3f3f5e |
EUC-JP | ?Z???Z??^ | 001111110101101000111111001111110011111101011010001111110011111101011110 | 3f5a3f3f3f5a3f3f5e |
UTF-8 | 뭒Z뫕몿뭒Z뫕몿^ | 111010111010110110010010010110101110101110101011100101011110101110101010101111111110101110101101100100100101101011101011101010111001010111101011101010101011111101011110 | ebad925aebab95ebaabfebad925aebab95ebaabf5e |
UHC | 뭒Z뫕몿뭒Z뫕몿^ | 100100100101101001011010100100011011011110010001101000111001001001011010010110101001000110110111100100011010001101011110 | 925a5a91b791a3925a5a91b791a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)