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 | ùäìùÉ | 1001000011111001111001001110110010010000111110011001000011001001 | 90f9e4ec90f990c9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ùäì?ù?É | 001111111000111110101011111000111000111110101011101000111000111110101011110000000011111110001111101010111110001100111111100011111010101010110001 | 3f8fabe38faba38fabc03f8fabe33f8faab1 |
UTF-8 | ùäìùÉ | 11000010100100001100001110111001110000111010010011000011101011001100001010010000110000111011100111000010100100001100001110001001 | c290c3b9c3a4c3acc290c3b9c290c389 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)