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 | èëì\ | 11101000100110001000001011101011100000101000000111101100100011011001010001011100 | e89882eb8281ec8d945c |
SJIS-WIN | ?????????\ | 00111111001111110011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f3f3f5c |
EUC-JP | è??ë??ì??\ | 10001111101010111011001000111111001111111000111110101011101100110011111100111111100011111010101111000000001111110011111101011100 | 8fabb23f3f8fabb33f3f8fabc03f3f5c |
UTF-8 | èëì\ | 11000011101010001100001010011000110000101000001011000011101010111100001010000010110000101000000111000011101011001100001010001101110000101001010001011100 | c3a8c298c282c3abc282c281c3acc28dc2945c |
UHC | ?????????\ | 00111111001111110011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)