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 | 泳??媛? | 10001001011010100011111100111111100101010101000100111111 | 896a3f3f95513f |
EUC-JP | 泳??媛? | 10110001110010110011111100111111110010011011001000111111 | b1cb3f3fc9b23f |
UTF-8 | 泳뤿슞媛섓 | 111001101011001110110011111010111010010010111111111011001000101010011110111001011010101010011011111011001000010010010011 | e6b3b3eba4bfec8a9ee5aa9bec8493 |
UHC | 泳뤿슞媛섓 | 11100111101101101000111111101011100110101010101011101010101100001001100011101111 | e7b68feb9aaaeab098ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)