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 | 巳缺巳缺^ | 100101101010010011100011100111101001011010100100111000111001111001011110 | 96a4e39e96a4e39e5e |
EUC-JP | 巳缺巳缺^ | 110011001010011011100101111111101100110010100110111001011111111001011110 | cca6e5fecca6e5fe5e |
UTF-8 | 巳缺巳缺^ | 11100101101101111011001111100111101111001011101011100101101101111011001111100111101111001011101001011110 | e5b7b3e7bcbae5b7b3e7bcba5e |
UHC | 巳缺巳缺^ | 110111101101001111001100110000001101111011010011110011001100000001011110 | ded3ccc0ded3ccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)