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 | 迯ィ遐堤根^ | 11100111100011011010100011100111101000001001001011100111100011011010101001011110 | e78da8e7a092e78daa5e |
EUC-JP | 迯ィ遐堤根^ | 1110110111101101100011101010100011101110101000101100010011101001101110101010110001011110 | eded8ea8eea2c4e9baac5e |
UTF-8 | 迯ィ遐堤根^ | 11101000101111111010111111101111101111011010100011101001100000011001000011100101101000001010010011100110101000001011100101011110 | e8bfafefbda8e98190e5a0a4e6a0b95e |
UHC | ??遐堤根^ | 001111110011111111111001110001101111000010100111110100001100011001011110 | 3f3ff9c6f0a7d0c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)