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 | ?????^G | 00111111001111110011111100111111001111110101111001000111 | 3f3f3f3f3f5e47 |
SJIS-WIN | 篠アレ偲爾^G | 10001110110000101011000111011010100011101100001110001110101000100101111001000111 | 8ec2b1da8ec38ea25e47 |
EUC-JP | 篠アレ偲爾^G | 101111001100010010001110101100011000111011011010101111001100010110111100101001000101111001000111 | bcc48eb18edabcc5bca45e47 |
UTF-8 | 篠アレ偲爾^G | 1110011110101111101000001110111110111101101100011110111110111110100110101110010110000001101100101110011110001000101111100101111001000111 | e7afa0efbdb1efbe9ae581b2e788be5e47 |
UHC | 篠???爾^G | 111000011100011000111111001111110011111111101100101100110101111001000111 | e1c63f3f3fecb35e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)