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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阡假ソ・郢坑 | 11101000100101001001100011101111101111111010010111100111101110011000110101000010 | e89498efbfa5e7b98d42 |
EUC-JP | 阡假ソ・郢坑 | 111011111111010011010000111100011000111010111111100011101010010111101110101110111011100110100011 | eff4d0f18ebf8ea5eebbb9a3 |
UTF-8 | 阡假ソ・郢坑 | 111010011001100010100001111001011000000110000111111011111011110110111111111011111011110110100101111010011000001110100010111001011001110110010001 | e998a1e58187efbdbfefbda5e983a2e59d91 |
UHC | 阡假???坑 | 111101001100011011001010101000110011111100111111001111111100101111010101 | f4c6caa33f3f3fcbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)