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 | 仙惺 | 10010000111001011001110010110111 | 90e59cb7 |
EUC-JP | 仙惺 | 11000000111001111101100010111001 | c0e7d8b9 |
UTF-8 | 仙惺 | 111001001011101110011001111001101000001110111010 | e4bb99e683ba |
UHC | 仙惺 | 11100000101110011110000011110110 | e0b9e0f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)