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 | 芽嬋 | 10001001111010001001101101101000 | 89e89b68 |
EUC-JP | 芽嬋 | 10110010111010101101010111001001 | b2ead5c9 |
UTF-8 | 芽嬋 | 111010001000101010111101111001011010110010001011 | e88abde5ac8b |
UHC | 芽嬋 | 11100100101101001110000010111101 | e4b4e0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)