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 | 雹蒹}雹蒹{^ | 1110100010111001111001001110001101111101111010001011100111100100111000110111101101011110 | e8b9e4e37de8b9e4e37b5e |
EUC-JP | 雹蒹}雹蒹{^ | 1111000010111011111010001110010101111101111100001011101111101000111001010111101101011110 | f0bbe8e57df0bbe8e57b5e |
UTF-8 | 雹蒹}雹蒹{^ | 111010011001101110111001111010001001001010111001011111011110100110011011101110011110100010010010101110010111101101011110 | e99bb9e892b97de99bb9e892b97b5e |
UHC | 雹?}雹?{^ | 110110101101111100111111011111011101101011011111001111110111101101011110 | dadf3f7ddadf3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)