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 | 痂涕}痂涕{^ | 1110000101101111100111111011011001111101111000010110111110011111101101100111101101011110 | e16f9fb67de16f9fb67b5e |
EUC-JP | 痂涕}痂涕{^ | 1110000111010000110111101011100001111101111000011101000011011110101110000111101101011110 | e1d0deb87de1d0deb87b5e |
UTF-8 | 痂涕}痂涕{^ | 111001111001011110000010111001101011011010010101011111011110011110010111100000101110011010110110100101010111101101011110 | e79782e6b6957de79782e6b6957b5e |
UHC | 痂涕}痂涕{^ | 1100101010110010111101001111000101111101110010101011001011110100111100010111101101011110 | cab2f4f17dcab2f4f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)