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 | ììë | 111011001001000110000110111011001000110010000111111010111000111010010110 | ec9186ec8c87eb8e96 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ì??ì??ë?? | 100011111010101111000000001111110011111110001111101010111100000000111111001111111000111110101011101100110011111100111111 | 8fabc03f3f8fabc03f3f8fabb33f3f |
UTF-8 | ììë | 110000111010110011000010100100011100001010000110110000111010110011000010100011001100001010000111110000111010101111000010100011101100001010010110 | c3acc291c286c3acc28cc287c3abc28ec296 |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)