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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隴檎事豼 | 1110100010101101100011001110011110001110100101101110011010111111 | e8ad8ce78e96e6bf |
EUC-JP | 隴檎事豼 | 1111000010101111101110001110100110111011111101101110110011000001 | f0afb8e9bbf6ecc1 |
UTF-8 | 隴檎事豼 | 111010011001101010110100111001101010101010001110111001001011101010001011111010001011000110111100 | e99ab4e6aa8ee4ba8be8b1bc |
UHC | ?檎事? | 001111111101000011010101110111101100000000111111 | 3fd0d5dec03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)