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 | ¢ÙB | 10010001101000101001111110010101100110111101100101000010 | 91a29f959bd942 |
SJIS-WIN | ?¢????B | 0011111110000001100100010011111100111111001111110011111101000010 | 3f81913f3f3f3f42 |
EUC-JP | ?¢???ÙB | 00111111101000011111000100111111001111110011111110001111101010101110001101000010 | 3fa1f13f3f3f8faae342 |
UTF-8 | ¢ÙB | 11000010100100011100001010100010110000101001111111000010100101011100001010011011110000111001100101000010 | c291c2a2c29fc295c29bc39942 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)