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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跣槫嫌 | 111001101110111110011110111001011000110010011001 | e6ef9ee58c99 |
EUC-JP | 跣槫嫌 | 111011001111000111011100111001111011011111111001 | ecf1dce7b7f9 |
UTF-8 | 跣槫嫌 | 111010001011011110100011111001101010011110101011111001011010101110001100 | e8b7a3e6a7abe5ab8c |
UHC | 跣?嫌 | 1110000011010011001111111111101011101110 | e0d33ffaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)