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 | ??^}??^{^ | 001111110011111101011110011111010011111100111111010111100111101101011110 | 3f3f5e7d3f3f5e7b5e |
SJIS-WIN | 劾?^}劾?^{^ | 1000101001001110001111110101111001111101100010100100111000111111010111100111101101011110 | 8a4e3f5e7d8a4e3f5e7b5e |
EUC-JP | 劾?^}劾?^{^ | 1011001110101111001111110101111001111101101100111010111100111111010111100111101101011110 | b3af3f5e7db3af3f5e7b5e |
UTF-8 | 劾챃^}劾챃^{^ | 1110010110001010101111101110110010110001100000110101111001111101111001011000101010111110111011001011000110000011010111100111101101011110 | e58abeecb1835e7de58abeecb1835e7b5e |
UHC | 劾챃^}劾챃^{^ | 11111010101101101010101001010011010111100111110111111010101101101010101001010011010111100111101101011110 | fab6aa535e7dfab6aa535e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)