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 | ?]?e | 00111111010111010011111101100101 | 3f5d3f65 |
SJIS-WIN | ?]?e | 00111111010111010011111101100101 | 3f5d3f65 |
EUC-JP | ?]?e | 00111111010111010011111101100101 | 3f5d3f65 |
UTF-8 | 챕]혫e | 1110110010110001100101010101110111101101100110001010101101100101 | ecb1955ded98ab65 |
UHC | 챕]혫e | 110000111010100101011101110000101001001101100101 | c3a95dc29365 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)