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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蟠縉}蟠縉{^ | 1110010110110100111000110111010101111101111001011011010011100011011101010111101101011110 | e5b4e3757de5b4e3757b5e |
EUC-JP | 蟠縉}蟠縉{^ | 1110101010110110111001011101011001111101111010101011011011100101110101100111101101011110 | eab6e5d67deab6e5d67b5e |
UTF-8 | 蟠縉}蟠縉{^ | 111010001001111110100000111001111011100010001001011111011110100010011111101000001110011110111000100010010111101101011110 | e89fa0e7b8897de89fa0e7b8897b5e |
UHC | 蟠縉}蟠縉{^ | 1101101011110110111100101101101101111101110110101111011011110010110110110111101101011110 | daf6f2db7ddaf6f2db7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)