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 | 羃肢蟹艟 | 1110001110110000100011101000100010001010010010011110010001111101 | e3b08e888a49e47d |
EUC-JP | 羃肢蟹艟 | 1110011010110010101110111110100010110011101010101110011111011110 | e6b2bbe8b3aae7de |
UTF-8 | 羃肢蟹艟 | 111001111011111010000011111010001000001010100010111010001001111110111001111010001000100110011111 | e7be83e882a2e89fb9e8899f |
UHC | ?肢蟹? | 001111111111001010110110111110101010111100111111 | 3ff2b6faaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)