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 | ì¯ä¾ì | 111011001001111010101111111001001011111010000001111011001000001010011111 | ec9eafe4be81ec829f |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ì?¯ä??ì?? | 1000111110101011110000000011111110001111101000101011010010001111101010111010001100111111001111111000111110101011110000000011111100111111 | 8fabc03f8fa2b48faba33f3f8fabc03f3f |
UTF-8 | ì¯ä¾ì | 110000111010110011000010100111101100001010101111110000111010010011000010101111101100001010000001110000111010110011000010100000101100001010011111 | c3acc29ec2afc3a4c2bec281c3acc282c29f |
UHC | ????¾???? | 00111111001111110011111100111111101010001111101000111111001111110011111100111111 | 3f3f3f3fa8fa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)