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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?棅?棅^ | 001111111000111111000011111110110011111110001111110000111111101101011110 | 3f8fc3fb3f8fc3fb5e |
UTF-8 | 짚棅짚棅^ | 11101100101001111001101011100110101000111000010111101100101001111001101011100110101000111000010101011110 | eca79ae6a385eca79ae6a3855e |
UHC | 짚棅짚棅^ | 110000101010010011011100101110001100001010100100110111001011100001011110 | c2a4dcb8c2a4dcb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)