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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 趙?飮?^ | 11100110111000100011111110011111010110100011111101011110 | e6e23f9f5a3f5e |
EUC-JP | 趙?飮?^ | 11101100111001000011111111011101101110110011111101011110 | ece43fddbb3f5e |
UTF-8 | 趙렰飮렔^ | 11101000101101101001100111101011101000001011000011101001101000111010111011101011101000001001010001011110 | e8b699eba0b0e9a3aeeba0945e |
UHC | 趙렰飮렔^ | 111100001110000110001110101111011110101111100110100011101010100101011110 | f0e18ebdebe68ea95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)