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 | ì¥è¬\ | 11101100100010001010010111101000100111111010110001011100 | ec88a5e89fac5c |
SJIS-WIN | ??¥??¬\ | 001111110011111110000001100011110011111100111111100000011100101001011100 | 3f3f818f3f3f81ca5c |
EUC-JP | ì??è?¬\ | 100011111010101111000000001111110011111110001111101010111011001000111111101000101100110001011100 | 8fabc03f3f8fabb23fa2cc5c |
UTF-8 | ì¥è¬\ | 11000011101011001100001010001000110000101010010111000011101010001100001010011111110000101010110001011100 | c3acc288c2a5c3a8c29fc2ac5c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)