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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 疫??疫?『^ | 10001001011101010011111100111111100010010111010100111111100000010111011101011110 | 89753f3f89753f81775e |
EUC-JP | 疫??疫?『^ | 10110001110101100011111100111111101100011101011000111111101000011101100001011110 | b1d63f3fb1d63fa1d85e |
UTF-8 | 疫섓쮼疫섊『^ | 11100111100101101010101111101100100001001001001111101100101011101011110011100111100101101010101111101100100001001000101011100011100000001000111001011110 | e796abec8493ecaebce796abec848ae3808e5e |
UHC | 疫섓쮼疫섊『^ | 11100110101110011001100011101111101010001001100011100110101110011001100011100111101000011011101001011110 | e6b998efa898e6b998e7a1ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)