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 | 睛?沮?義 | 1110000111001011001111111001111110011100001111111000101101100000 | e1cb3f9f9c3f8b60 |
EUC-JP | 睛?沮?義 | 1110001011001101001111111101110111111100001111111011010111000001 | e2cd3fddfc3fb5c1 |
UTF-8 | 睛렠沮렖義 | 111001111001110110011011111010111010000010100000111001101011001010101110111010111010000010010110111001111011111010101001 | e79d9beba0a0e6b2aeeba096e7bea9 |
UHC | 睛렠沮렖義 | 11101111111011001000111010110001111011101100000110001110101010111110101111111001 | efec8eb1eec18eabebf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)