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 | ¢¢^ | 100100011010001010010001100110111001111110100010100100011001101101011110 | 91a2919b9fa2919b5e |
SJIS-WIN | ?¢???¢??^ | 0011111110000001100100010011111100111111001111111000000110010001001111110011111101011110 | 3f81913f3f3f81913f3f5e |
EUC-JP | ?¢???¢??^ | 0011111110100001111100010011111100111111001111111010000111110001001111110011111101011110 | 3fa1f13f3f3fa1f13f3f5e |
UTF-8 | ¢¢^ | 1100001010010001110000101010001011000010100100011100001010011011110000101001111111000010101000101100001010010001110000101001101101011110 | c291c2a2c291c29bc29fc2a2c291c29b5e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)