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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 止???躪@h | 100011100111111000111111001111110011111111100111010110000100000001101000 | 8e7e3f3f3fe7584068 |
EUC-JP | 止???躪@h | 101110111101111100111111001111110011111111101101101110010100000001101000 | bbdf3f3f3fedb94068 |
UTF-8 | 止렣卽띈躪@h | 1110011010101101101000101110101110100000101000111110010110001101101111011110101110011101100010001110100010111010101010100100000001101000 | e6ada2eba0a3e58dbdeb9d88e8baaa4068 |
UHC | 止렣卽띈躪@h | 111100101010110110001110101101001111000111101101101101101110100011010111111101010100000001101000 | f2ad8eb4f1edb6e8d7f54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)