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 | 嵬х? | 1001101111001010100001001000011100111111 | 9bca84873f |
EUC-JP | 嵬х? | 1101011011001100101001111110011100111111 | d6cca7e73f |
UTF-8 | 嵬х쥙 | 1110010110110101101011001101000110000101111011001010010110011001 | e5b5acd185eca599 |
UHC | 嵬х쥙 | 111010001110001110101100111001111010001010001110 | e8e3ace7a28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)