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 | ?騷 | 001111111110100101111010 | 3fe97a |
EUC-JP | ?騷 | 001111111111000111011011 | 3ff1db |
UTF-8 | 썞騷 | 111011001000110110011110111010011010100010110111 | ec8d9ee9a8b7 |
UHC | 썞騷 | 10011011100100011110000111010011 | 9b91e1d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)