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 | 氈? | 100111111000000100111111 | 9f813f |
EUC-JP | 氈? | 110111011110000100111111 | dde13f |
UTF-8 | 氈렭 | 111001101011000010001000111010111010000010101101 | e6b088eba0ad |
UHC | 氈렭 | 11101110111111011000111010111010 | eefd8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)