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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 謳梅 | 11100110100100001001010001111110 | e690947e |
EUC-JP | 謳梅 | 11101011111100001100011111011111 | ebf0c7df |
UTF-8 | 謳梅 | 111010001010110010110011111001101010001010000101 | e8acb3e6a285 |
UHC | 謳梅 | 11001111110001001101100011011110 | cfc4d8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)