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 | 璋シ・シゥ | 111000001111011010111100101001011011110010101001 | e0f6bca5bca9 |
EUC-JP | 璋シ・シゥ | 11100000111110001000111010111100100011101010010110001110101111001000111010101001 | e0f88ebc8ea58ebc8ea9 |
UTF-8 | 璋シ・シゥ | 111001111001001010001011111011111011110110111100111011111011110110100101111011111011110110111100111011111011110110101001 | e7928befbdbcefbda5efbdbcefbda9 |
UHC | 璋???? | 111011011111000000111111001111110011111100111111 | edf03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)