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 | ?坤?鵠^ | 00111111100011011010001100111111100011011001010001011110 | 3f8da33f8d945e |
EUC-JP | 頊坤頊鵠^ | 1000111111100111111101001011101010100101100011111110011111110100101110011111010001011110 | 8fe7f4baa58fe7f4b9f45e |
UTF-8 | 頊坤頊鵠^ | 11101001101000001000101011100101100111011010010011101001101000001000101011101001101101011010000001011110 | e9a08ae59da4e9a08ae9b5a05e |
UHC | 頊坤頊鵠^ | 111010011111010111001101110111101110100111110101110011011101110001011110 | e9f5cddee9f5cddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)