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 | ??????cG | 0011111100111111001111110011111100111111001111110110001101000111 | 3f3f3f3f3f3f6347 |
SJIS-WIN | ??梁???cG | 001111110011111110010111110000000011111100111111001111110110001101000111 | 3f3f97c03f3f3f6347 |
EUC-JP | ??梁???cG | 001111110011111111001110110000100011111100111111001111110110001101000111 | 3f3fcec23f3f3f6347 |
UTF-8 | 렻ㅔ梁렻┙렮cG | 1110101110100000101110111110001110000101100101001110011010100010100000011110101110100000101110111110001010010100100110011110101110100000101011100110001101000111 | eba0bbe38594e6a281eba0bbe29499eba0ae6347 |
UHC | 렻ㅔ梁렻┙렮cG | 1000111011000011101001001100010011010101110110011000111011000011101001101100010010001110101110110110001101000111 | 8ec3a4c4d5d98ec3a6c48ebb6347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)