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 | çìë® | 111001111000110110010010111011001000010010000111111010111010111010011000 | e78d92ec8487ebae98 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ç??ì??ë®? | 1000111110101011101011100011111100111111100011111010101111000000001111110011111110001111101010111011001110001111101000101110111000111111 | 8fabae3f3f8fabc03f3f8fabb38fa2ee3f |
UTF-8 | çìë® | 110000111010011111000010100011011100001010010010110000111010110011000010100001001100001010000111110000111010101111000010101011101100001010011000 | c3a7c28dc292c3acc284c287c3abc2aec298 |
UHC | ???????®? | 00111111001111110011111100111111001111110011111100111111101000101110011100111111 | 3f3f3f3f3f3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)