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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 飄?}飄?{^ | 111010010100011100111111011111011110100101000111001111110111101101011110 | e9473f7de9473f7b5e |
EUC-JP | 飄?}飄?{^ | 111100011010100000111111011111011111000110101000001111110111101101011110 | f1a83f7df1a83f7b5e |
UTF-8 | 飄턴}飄턴{^ | 111010011010001110000100111011011000010010110100011111011110100110100011100001001110110110000100101101000111101101011110 | e9a384ed84b47de9a384ed84b47b5e |
UHC | 飄턴}飄턴{^ | 1111100011111101110001011100111101111101111110001111110111000101110011110111101101011110 | f8fdc5cf7df8fdc5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)