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 | ì¯ÖÛ\ | 11101100101011111000111011010110100011101101101101011100 | ecaf8ed68edb5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ì¯?Ö?Û\ | 100011111010101111000000100011111010001010110100001111111000111110101010110100110011111110001111101010101110010101011100 | 8fabc08fa2b43f8faad33f8faae55c |
UTF-8 | ì¯ÖÛ\ | 11000011101011001100001010101111110000101000111011000011100101101100001010001110110000111001101101011100 | c3acc2afc28ec396c28ec39b5c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)