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 | 鞦、諛キ跚 | 1110100011100001101001001110011010000111101101111110011011100111 | e8e1a4e687b7e6e7 |
EUC-JP | 鞦、諛キ跚 | 11110000111000111000111010100100111010111110011110001110101101111110110011101001 | f0e38ea4ebe78eb7ece9 |
UTF-8 | 鞦、諛キ跚 | 111010011001111010100110111011111011110110100100111010001010101110011011111011111011110110110111111010001011011110011010 | e99ea6efbda4e8ab9befbdb7e8b79a |
UHC | ??諛?? | 001111110011111111101011101100000011111100111111 | 3f3febb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)