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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?明??ⅴ^ | 0011111110010110101111100011111100111111111110100100010001011110 | 3f96be3f3ffa445e |
EUC-JP | ?明???^ | 00111111110011001100000000111111001111110011111101011110 | 3fccc03f3f3f5e |
UTF-8 | 뤗明쪕핵ⅴ^ | 11101011101001001001011111100110100110001000111011101100101010101001010111101101100101011011010111100010100001011011010001011110 | eba497e6988eecaa95ed95b5e285b45e |
UHC | 뤗明쪕핵ⅴ^ | 1000111111000111110110011010010110100101100011111100011111011001101001011010010101011110 | 8fc7d9a5a58fc7d9a5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)