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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鷹??^ | 1001000111101001001111110011111101011110 | 91e93f3f5e |
EUC-JP | 鷹??^ | 1100001011101011001111110011111101011110 | c2eb3f3f5e |
UTF-8 | 鷹잭뱅^ | 11101001101101111011100111101100100111101010110111101011101100011000010101011110 | e9b7b9ec9eadebb1855e |
UHC | 鷹잭뱅^ | 11101011111011011100000011101000101110011111000001011110 | ebedc0e8b9f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)