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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝣雅燥 | 111001011010000010001001111010111001000110000111 | e5a089eb9187 |
EUC-JP | 蝣雅燥 | 111010101010001010110010111011011100000111100111 | eaa2b2edc1e7 |
UTF-8 | 蝣雅燥 | 111010001001110110100011111010011001101110000101111001111000011110100101 | e89da3e99b85e787a5 |
UHC | ?雅燥 | 0011111111100100101110101111000011001111 | 3fe4baf0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)