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 | ?Y??gF | 001111110101100100111111001111110110011101000110 | 3f593f3f6746 |
SJIS-WIN | 壓Y??gF | 10011010110110000101100100111111001111110110011101000110 | 9ad8593f3f6746 |
EUC-JP | 壓Y??gF | 11010100110110100101100100111111001111110110011101000110 | d4da593f3f6746 |
UTF-8 | 壓Y손샵gF | 111001011010001110010011010110011110110010000110100100001110110010000011101101010110011101000110 | e5a39359ec8690ec83b56746 |
UHC | 壓Y손샵gF | 111001001110001001011001101111001101010110111100101001010110011101000110 | e4e259bcd5bca56746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)