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 | èþììµ | 1110100011111110100100001110110010011110100011111110110010110101 | e8fe90ec9e8fecb5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èþ?ì??ì? | 10001111101010111011001010001111101010011101000000111111100011111010101111000000001111110011111110001111101010111100000000111111 | 8fabb28fa9d03f8fabc03f3f8fabc03f |
UTF-8 | èþììµ | 11000011101010001100001110111110110000101001000011000011101011001100001010011110110000101000111111000011101011001100001010110101 | c3a8c3bec290c3acc29ec28fc3acc2b5 |
UHC | ?þ?????? | 001111111010100110101101001111110011111100111111001111110011111100111111 | 3fa9ad3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)