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 | 治ァァ | 1111000011100000100011101010000111110000101001111010011110100111 | f0e08ea1f0a7a7a7 |
EUC-JP | ?治?ァァ | 0011111110111100101000110011111110001110101001111000111010100111 | 3fbca33f8ea78ea7 |
UTF-8 | 治ァァ | 111011101000001010011111111001101011001010111011111011101000000110100110111011111011110110100111111011111011110110100111 | ee829fe6b2bbee81a6efbda7efbda7 |
UHC | ?治??? | 001111111111011010111101001111110011111100111111 | 3ff6bd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)