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??^ | 001111110111100100111111001111110011111101111001001111110011111101011110 | 3f793f3f3f793f3f5e |
SJIS-WIN | ?y???y??^ | 001111110111100100111111001111110011111101111001001111110011111101011110 | 3f793f3f3f793f3f5e |
EUC-JP | ?y???y??^ | 001111110111100100111111001111110011111101111001001111110011111101011110 | 3f793f3f3f793f3f5e |
UTF-8 | 혲y혢짢혲y혢짢^ | 111011011001100010110010011110011110110110011000101000101110110010100111101000101110110110011000101100100111100111101101100110001010001011101100101001111010001001011110 | ed98b279ed98a2eca7a2ed98b279ed98a2eca7a25e |
UHC | 혲y혢짢혲y혢짢^ | 110000101001100101111001110000101000101111000010101010001100001010011001011110011100001010001011110000101010100001011110 | c29979c28bc2a8c29979c28bc2a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)