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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 史傀?婢 | 10001110011010101001100011111000001111111001101101011000 | 8e6a98f83f9b58 |
EUC-JP | 史傀俠婢 | 101110111100101111010000111110101000111110110001110000101101010110111001 | bbcbd0fa8fb1c2d5b9 |
UTF-8 | 史傀俠婢 | 111001011000111110110010111001011000001010000000111001001011111110100000111001011010100110100010 | e58fb2e58280e4bfa0e5a9a2 |
UHC | 史傀俠婢 | 1101111011001000110011101101001111111010111011111101110111100110 | dec8ced3faefdde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)