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 | ?情 | 001111111000111111101110 | 3f8fee |
EUC-JP | ?情 | 001111111011111011110000 | 3fbef0 |
UTF-8 | 롚情 | 111010111010000110011010111001101000001110000101 | eba19ae68385 |
UHC | 롚情 | 10001110110111101110111111010111 | 8edeefd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)