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 | å³ÈøE | 10001111111001011011001110001111110010001111100001000101 | 8fe5b38fc8f845 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ?å??ÈøE | 00111111100011111010101110101001001111110011111110001111101010101011001010001111101010011100110001000101 | 3f8faba93f3f8faab28fa9cc45 |
UTF-8 | å³ÈøE | 11000010100011111100001110100101110000101011001111000010100011111100001110001000110000111011100001000101 | c28fc3a5c2b3c28fc388c3b845 |
UHC | ??³??øE | 001111110011111110101001111110000011111100111111101010011010101001000101 | 3f3fa9f83f3fa9aa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)