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 | 薯渫}薯渫{^ | 1000111110010010100111111101011001111101100011111001001010011111110101100111101101011110 | 8f929fd67d8f929fd67b5e |
EUC-JP | 薯渫}薯渫{^ | 1011110111110010110111101101100001111101101111011111001011011110110110000111101101011110 | bdf2ded87dbdf2ded87b5e |
UTF-8 | 薯渫}薯渫{^ | 111010001001011010101111111001101011100010101011011111011110100010010110101011111110011010111000101010110111101101011110 | e896afe6b8ab7de896afe6b8ab7b5e |
UHC | 薯渫}薯渫{^ | 1110000010100011111000001101111001111101111000001010001111100000110111100111101101011110 | e0a3e0de7de0a3e0de7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)