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 | âǵ£ | 1000111111100010110001111011010110100011 | 8fe2c7b5a3 |
SJIS-WIN | ????£ | 001111110011111100111111001111111000000110010010 | 3f3f3f3f8192 |
EUC-JP | ?âÇ?£ | 00111111100011111010101110100100100011111010101010101110001111111010000111110010 | 3f8faba48faaae3fa1f2 |
UTF-8 | âǵ£ | 11000010100011111100001110100010110000111000011111000010101101011100001010100011 | c28fc3a2c387c2b5c2a3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)