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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 逕櫁弊F | 11100111100101001001111011101000100101011011111001000110 | e7949ee895be46 |
EUC-JP | 逕櫁弊F | 11101101111101001101110011101010110010101100000001000110 | edf4dceacac046 |
UTF-8 | 逕櫁弊F | 11101001100000001001010111100110101010111000000111100101101111001000101001000110 | e98095e6ab81e5bc8a46 |
UHC | 逕?弊F | 110011001110111100111111111110001100100101000110 | ccef3ff8c946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)