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 | ?yn}?yn{^ | 001111110111100101101110011111010011111101111001011011100111101101011110 | 3f796e7d3f796e7b5e |
SJIS-WIN | 愉yn}愉yn{^ | 1001011011111001011110010110111001111101100101101111100101111001011011100111101101011110 | 96f9796e7d96f9796e7b5e |
EUC-JP | 愉yn}愉yn{^ | 1100110011111011011110010110111001111101110011001111101101111001011011100111101101011110 | ccfb796e7dccfb796e7b5e |
UTF-8 | 愉yn}愉yn{^ | 11100110100001001000100101111001011011100111110111100110100001001000100101111001011011100111101101011110 | e68489796e7de68489796e7b5e |
UHC | 愉yn}愉yn{^ | 1110101011110000011110010110111001111101111010101111000001111001011011100111101101011110 | eaf0796e7deaf0796e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)