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 | 菖?釵控^ | 1000111111010010001111111110011111011110100011010101010001011110 | 8fd23fe7de8d545e |
EUC-JP | 菖?釵控^ | 1011111011010100001111111110111011100000101110011011010101011110 | bed43feee0b9b55e |
UTF-8 | 菖깖釵控^ | 11101000100011111001011011101010101110011001011011101001100001111011010111100110100011101010011101011110 | e88f96eab996e987b5e68ea75e |
UHC | 菖깖釵控^ | 111100111110111010110001111100111111001111111011110011011111001101011110 | f3eeb1f3f3fbcdf35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)