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 | çëì\ | 11100111100000101000111011101011100011011000010011101100100001101000100001011100 | e7828eeb8d84ec86885c |
SJIS-WIN | ?????????\ | 00111111001111110011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f3f3f5c |
EUC-JP | ç??ë??ì??\ | 10001111101010111010111000111111001111111000111110101011101100110011111100111111100011111010101111000000001111110011111101011100 | 8fabae3f3f8fabb33f3f8fabc03f3f5c |
UTF-8 | çëì\ | 11000011101001111100001010000010110000101000111011000011101010111100001010001101110000101000010011000011101011001100001010000110110000101000100001011100 | c3a7c282c28ec3abc28dc284c3acc286c2885c |
UHC | ?????????\ | 00111111001111110011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)