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 | 烝? | 111000000111111000111111 | e07e3f |
EUC-JP | 烝? | 110111111101111100111111 | dfdf3f |
UTF-8 | 烝렱 | 111001111000001110011101111010111010000010110001 | e7839deba0b1 |
UHC | 烝렱 | 11110001111101101000111010111110 | f1f68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)