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 | ?Y}?Y{^ | 00111111010110010111110100111111010110010111101101011110 | 3f597d3f597b5e |
SJIS-WIN | ?Y}?Y{^ | 00111111010110010111110100111111010110010111101101011110 | 3f597d3f597b5e |
EUC-JP | ?Y}?Y{^ | 00111111010110010111110100111111010110010111101101011110 | 3f597d3f597b5e |
UTF-8 | 혦Y}혦Y{^ | 1110110110011000101001100101100101111101111011011001100010100110010110010111101101011110 | ed98a6597ded98a6597b5e |
UHC | 혦Y}혦Y{^ | 110000101000111001011001011111011100001010001110010110010111101101011110 | c28e597dc28e597b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)