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 | 雩坤雩鵠^ | 1000111111100110111110101011101010100101100011111110011011111010101110011111010001011110 | 8fe6fabaa58fe6fab9f45e |
UTF-8 | 雩坤雩鵠^ | 11101001100110111010100111100101100111011010010011101001100110111010100111101001101101011010000001011110 | e99ba9e59da4e99ba9e9b5a05e |
UHC | 雩坤雩鵠^ | 111010011110110011001101110111101110100111101100110011011101110001011110 | e9eccddee9eccddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)