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 | 将藝将藝^ | 100011111010101111100101010110011000111110101011111001010101100101011110 | 8fabe5598fabe5595e |
EUC-JP | 将藝将藝^ | 101111101010110111101001101110101011111010101101111010011011101001011110 | beade9babeade9ba5e |
UTF-8 | 将藝将藝^ | 11100101101100001000011011101000100101111001110111100101101100001000011011101000100101111001110101011110 | e5b086e8979de5b086e8979d5e |
UHC | ?藝?藝^ | 00111111111001111101110100111111111001111101110101011110 | 3fe7dd3fe7dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)