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 | 攸?}攸?{^ | 100111011011111100111111011111011001110110111111001111110111101101011110 | 9dbf3f7d9dbf3f7b5e |
EUC-JP | 攸?}攸?{^ | 110110101100000100111111011111011101101011000001001111110111101101011110 | dac13f7ddac13f7b5e |
UTF-8 | 攸턴}攸턴{^ | 111001101001010010111000111011011000010010110100011111011110011010010100101110001110110110000100101101000111101101011110 | e694b8ed84b47de694b8ed84b47b5e |
UHC | 攸턴}攸턴{^ | 1110101011110010110001011100111101111101111010101111001011000101110011110111101101011110 | eaf2c5cf7deaf2c5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)