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 | 巽? | 100100100100011000111111 | 92463f |
EUC-JP | 巽瘙 | 1100001110100111100011111100110111110000 | c3a78fcdf0 |
UTF-8 | 巽瘙 | 111001011011011110111101111001111001100010011001 | e5b7bde79899 |
UHC | 巽瘙 | 11100001110111101110000111000100 | e1dee1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)