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 | ??????Oc^ | 001111110011111100111111001111110011111100111111010011110110001101011110 | 3f3f3f3f3f3f4f635e |
SJIS-WIN | ??????Oc^ | 001111110011111100111111001111110011111100111111010011110110001101011110 | 3f3f3f3f3f3f4f635e |
EUC-JP | ??????Oc^ | 001111110011111100111111001111110011111100111111010011110110001101011110 | 3f3f3f3f3f3f4f635e |
UTF-8 | 챦짢챔횞청채Oc^ | 111011001011000110100110111011001010011110100010111011001011000110010100111011011001101010011110111011001011001010101101111011001011000110000100010011110110001101011110 | ecb1a6eca7a2ecb194ed9a9eecb2adecb1844f635e |
UHC | 챦짢챔횞청채Oc^ | 110000111010111111000010101010001100001110101000110000111001011111000011101110111100001110100100010011110110001101011110 | c3afc2a8c3a8c397c3bbc3a44f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)