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 | 滴源滴源^ | 100100110100100010001100101110011001001101001000100011001011100101011110 | 93488cb993488cb95e |
EUC-JP | 滴源滴源^ | 110001011010100110111000101110111100010110101001101110001011101101011110 | c5a9b8bbc5a9b8bb5e |
UTF-8 | 滴源滴源^ | 11100110101110111011010011100110101110101001000011100110101110111011010011100110101110101001000001011110 | e6bbb4e6ba90e6bbb4e6ba905e |
UHC | 滴源滴源^ | 111011101101100111101010101110011110111011011001111010101011100101011110 | eed9eab9eed9eab95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)