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 | 芽? | 100010011110100000111111 | 89e83f |
EUC-JP | 芽琰 | 1011001011101010100011111100110010110100 | b2ea8fccb4 |
UTF-8 | 芽琰 | 111010001000101010111101111001111001000010110000 | e88abde790b0 |
UHC | 芽琰 | 11100100101101001110011011111100 | e4b4e6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)