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 | ??^x | 00111111001111110101111001111000 | 3f3f5e78 |
SJIS-WIN | 偲爾^x | 100011101100001110001110101000100101111001111000 | 8ec38ea25e78 |
EUC-JP | 偲爾^x | 101111001100010110111100101001000101111001111000 | bcc5bca45e78 |
UTF-8 | 偲爾^x | 1110010110000001101100101110011110001000101111100101111001111000 | e581b2e788be5e78 |
UHC | ?爾^x | 0011111111101100101100110101111001111000 | 3fecb35e78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)