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 | âǵ¾ | 1000111111100010110001111011010110111110 | 8fe2c7b5be |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?âÇ?? | 001111111000111110101011101001001000111110101010101011100011111100111111 | 3f8faba48faaae3f3f |
UTF-8 | âǵ¾ | 11000010100011111100001110100010110000111000011111000010101101011100001010111110 | c28fc3a2c387c2b5c2be |
UHC | ????¾ | 001111110011111100111111001111111010100011111010 | 3f3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)