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 | 祉摯嫉 | 100011101000001110011101100101011000111010111001 | 8e839d958eb9 |
EUC-JP | 祉摯嫉 | 101110111110001111011001111101011011110010111011 | bbe3d9f5bcbb |
UTF-8 | 祉摯嫉 | 111001111010010110001001111001101001000110101111111001011010101110001001 | e7a589e691afe5ab89 |
UHC | 祉摯嫉 | 111100101011001111110010101001111111001011101100 | f2b3f2a7f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)