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 | ?rd}?rd{^ | 001111110111001001100100011111010011111101110010011001000111101101011110 | 3f72647d3f72647b5e |
SJIS-WIN | ?rd}?rd{^ | 001111110111001001100100011111010011111101110010011001000111101101011110 | 3f72647d3f72647b5e |
EUC-JP | ?rd}?rd{^ | 001111110111001001100100011111010011111101110010011001000111101101011110 | 3f72647d3f72647b5e |
UTF-8 | 혺rd}혺rd{^ | 11101101100110001011101001110010011001000111110111101101100110001011101001110010011001000111101101011110 | ed98ba72647ded98ba72647b5e |
UHC | 혺rd}혺rd{^ | 1100001010011111011100100110010001111101110000101001111101110010011001000111101101011110 | c29f72647dc29f72647b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)