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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豸檎惓逶 | 1110011010110110100011001110011110011100101010011110011110011011 | e6b68ce79ca9e79b |
EUC-JP | 豸檎惓逶 | 1110110010111000101110001110100111011000101010111110110111111011 | ecb8b8e9d8abedfb |
UTF-8 | 豸檎惓逶 | 111010001011000110111000111001101010101010001110111001101000001110010011111010011000000010110110 | e8b1b8e6aa8ee68393e980b6 |
UHC | ?檎?? | 0011111111010000110101010011111100111111 | 3fd0d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)