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{^ | 1110110110011000101001110101100101111101111011011001100010100111010110010111101101011110 | ed98a7597ded98a7597b5e |
UHC | 혧Y}혧Y{^ | 110000101000111101011001011111011100001010001111010110010111101101011110 | c28f597dc28f597b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)