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 | ä¹ìëè | 1110010010111001100111111110110010001111100010011110101111101000 | e4b99fec8f89ebe8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ä??ì??ëè | 10001111101010111010001100111111001111111000111110101011110000000011111100111111100011111010101110110011100011111010101110110010 | 8faba33f3f8fabc03f3f8fabb38fabb2 |
UTF-8 | ä¹ìëè | 11000011101001001100001010111001110000101001111111000011101011001100001010001111110000101000100111000011101010111100001110101000 | c3a4c2b9c29fc3acc28fc289c3abc3a8 |
UHC | ?¹?????? | 001111111010100111110110001111110011111100111111001111110011111100111111 | 3fa9f63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)