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 | 齧善齧善^ | 111010101001011010010001010100001110101010010110100100010101000001011110 | ea969150ea9691505e |
EUC-JP | 齧善齧善^ | 111100111111011011000001101100011111001111110110110000011011000101011110 | f3f6c1b1f3f6c1b15e |
UTF-8 | 齧善齧善^ | 11101001101111011010011111100101100101101000010011101001101111011010011111100101100101101000010001011110 | e9bda7e59684e9bda7e596845e |
UHC | 齧善齧善^ | 111000001110010111100000101111001110000011100101111000001011110001011110 | e0e5e0bce0e5e0bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)