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 | ÎÒ» | 1000111011001110100011111101001010111011 | 8ece8fd2bb |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Î?Ò? | 001111111000111110101010110000100011111110001111101010101101001000111111 | 3f8faac23f8faad23f |
UTF-8 | ÎÒ» | 11000010100011101100001110001110110000101000111111000011100100101100001010111011 | c28ec38ec28fc392c2bb |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)