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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?亦??^ | 001111111001011010010010001111110011111101011110 | 3f96923f3f5e |
EUC-JP | ?亦??^ | 001111111100101111110010001111110011111101011110 | 3fcbf23f3f5e |
UTF-8 | 슙亦슙쉫^ | 11101100100010101001100111100100101110101010011011101100100010101001100111101100100010011010101101011110 | ec8a99e4baa6ec8a99ec89ab5e |
UHC | 슙亦슙쉫^ | 100110101010011111100110101100101001101010100111100110101000010101011110 | 9aa7e6b29aa79a855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)