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 | 奝溷 | 11111010101000101001111111100101 | faa29fe5 |
EUC-JP | 奝溷 | 1000111110111000111110001101111011100111 | 8fb8f8dee7 |
UTF-8 | 奝溷 | 111001011010010110011101111001101011101010110111 | e5a59de6bab7 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)