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 | 豸檎惓踵 | 1110011010110110100011001110011110011100101010011110011011111001 | e6b68ce79ca9e6f9 |
EUC-JP | 豸檎惓踵 | 1110110010111000101110001110100111011000101010111110110011111011 | ecb8b8e9d8abecfb |
UTF-8 | 豸檎惓踵 | 111010001011000110111000111001101010101010001110111001101000001110010011111010001011100010110101 | e8b1b8e6aa8ee68393e8b8b5 |
UHC | ?檎?踵 | 001111111101000011010101001111111111000110100010 | 3fd0d53ff1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)