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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ィ奛ァゥャ。タ | 1010100011111010101000011010011110101001101011001010000111000000 | a8faa1a7a9aca1c0 |
EUC-JP | ィ奛ァゥャ。タ | 100011101010100010001111101110001111011110001110101001111000111010101001100011101010110010001110101000011000111011000000 | 8ea88fb8f78ea78ea98eac8ea18ec0 |
UTF-8 | ィ奛ァゥャ。タ | 111011111011110110101000111001011010010110011011111011111011110110100111111011111011110110101001111011111011110110101100111011111011110110100001111011111011111010000000 | efbda8e5a59befbda7efbda9efbdacefbda1efbe80 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)