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 | 苡? | 111001001000111100111111 | e48f3f |
EUC-JP | 苡? | 111001111110111100111111 | e7ef3f |
UTF-8 | 苡렱 | 111010001000101110100001111010111010000010110001 | e88ba1eba0b1 |
UHC | 苡렱 | 11101100101111101000111010111110 | ecbe8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)