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 | ûPÒéÖ | 1111101101010000110100101110100111010110 | fb50d2e9d6 |
SJIS-WIN | ?P??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
EUC-JP | ûPÒéÖ | 10001111101010111110010101010000100011111010101011010010100011111010101110110001100011111010101011010011 | 8fabe5508faad28fabb18faad3 |
UTF-8 | ûPÒéÖ | 110000111011101101010000110000111001001011000011101010011100001110010110 | c3bb50c392c3a9c396 |
UHC | ?P??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)