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 | 銓暮ァ募ョ | 1110011111110010100101011110100110100111100101011110010110101110 | e7f295e9a795e5ae |
EUC-JP | 銓暮ァ募ョ | 11101110111101001100101011101011100011101010011111001010111001111000111010101110 | eef4caeb8ea7cae78eae |
UTF-8 | 銓暮ァ募ョ | 111010011000101010010011111001101001101010101110111011111011110110100111111001011000101110011111111011111011110110101110 | e98a93e69aaeefbda7e58b9fefbdae |
UHC | 銓暮?募? | 1110111110110000110110011011101000111111110110011011010000111111 | efb0d9ba3fd9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)