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 | 睛?申?義 | 1110000111001011001111111001000001011100001111111000101101100000 | e1cb3f905c3f8b60 |
EUC-JP | 睛?申?義 | 1110001011001101001111111011111110111101001111111011010111000001 | e2cd3fbfbd3fb5c1 |
UTF-8 | 睛렖申렑義 | 111001111001110110011011111010111010000010010110111001111001010010110011111010111010000010010001111001111011111010101001 | e79d9beba096e794b3eba091e7bea9 |
UHC | 睛렖申렑義 | 11101111111011001000111010101011111000111110100110001110101001101110101111111001 | efec8eabe3e98ea6ebf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)