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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隱ァ逞泌ュ | 1110100010101010101001111110011110010111100101001110010110101101 | e8aaa7e79794e5ad |
EUC-JP | 隱ァ逞泌ュ | 11110000101011001000111010100111111011011111011111001000111001111000111010101101 | f0ac8ea7edf7c8e78ead |
UTF-8 | 隱ァ逞泌ュ | 111010011001101010110001111011111011110110100111111010011000000010011110111001101011001110001100111011111011110110101101 | e99ab1efbda7e9809ee6b38cefbdad |
UHC | 隱?逞泌? | 1110101111011111001111111101011011000001111110011011001000111111 | ebdf3fd6c1f9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)