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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阮ィ遞ョ驢 | 1110100010010110101010001110011110101000101011101110100110000110 | e896a8e7a8aee986 |
EUC-JP | 阮ィ遞ョ驢 | 11101111111101101000111010101000111011101010101010001110101011101111000111100110 | eff68ea8eeaa8eaef1e6 |
UTF-8 | 阮ィ遞ョ驢 | 111010011001100010101110111011111011110110101000111010011000000110011110111011111011110110101110111010011010100110100010 | e998aeefbda8e9819eefbdaee9a9a2 |
UHC | 阮?遞?驢 | 1110100011010110001111111111010011110110001111111101010111110000 | e8d63ff4f63fd5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)