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 | 鞦、謔滓イ | 1110100011100001101001001110011010000010100111111110011010110010 | e8e1a4e6829fe6b2 |
EUC-JP | 鞦、謔滓イ | 11110000111000111000111010100100111010111110001011011110111010001000111010110010 | f0e38ea4ebe2dee88eb2 |
UTF-8 | 鞦、謔滓イ | 111010011001111010100110111011111011110110100100111010001010110010010100111001101011101110010011111011111011110110110010 | e99ea6efbda4e8ac94e6bb93efbdb2 |
UHC | ??謔滓? | 00111111001111111111100111001100111011101010101100111111 | 3f3ff9cceeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)