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 | 蛇?}蛇?{^ | 100011101101011000111111011111011000111011010110001111110111101101011110 | 8ed63f7d8ed63f7b5e |
EUC-JP | 蛇瀷}蛇瀷{^ | 10111100110110001000111111001001101101000111110110111100110110001000111111001001101101000111101101011110 | bcd88fc9b47dbcd88fc9b47b5e |
UTF-8 | 蛇瀷}蛇瀷{^ | 111010001001101110000111111001111000000010110111011111011110100010011011100001111110011110000000101101110111101101011110 | e89b87e780b77de89b87e780b77b5e |
UHC | 蛇瀷}蛇瀷{^ | 1101111011101111111011001100101101111101110111101110111111101100110010110111101101011110 | deefeccb7ddeefeccb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)