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 | 憶坤憶鵠^ | 100010011010111110001101101000111000100110101111100011011001010001011110 | 89af8da389af8d945e |
EUC-JP | 憶坤憶鵠^ | 101100101011000110111010101001011011001010110001101110011111010001011110 | b2b1baa5b2b1b9f45e |
UTF-8 | 憶坤憶鵠^ | 11100110100001101011011011100101100111011010010011100110100001101011011011101001101101011010000001011110 | e686b6e59da4e686b6e9b5a05e |
UHC | 憶坤憶鵠^ | 111001011110001111001101110111101110010111100011110011011101110001011110 | e5e3cddee5e3cddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)