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 | 枝坤枝鵠^ | 100011100111110110001101101000111000111001111101100011011001010001011110 | 8e7d8da38e7d8d945e |
EUC-JP | 枝坤枝鵠^ | 101110111101111010111010101001011011101111011110101110011111010001011110 | bbdebaa5bbdeb9f45e |
UTF-8 | 枝坤枝鵠^ | 11100110100111101001110111100101100111011010010011100110100111101001110111101001101101011010000001011110 | e69e9de59da4e69e9de9b5a05e |
UHC | 枝坤枝鵠^ | 111100101010101111001101110111101111001010101011110011011101110001011110 | f2abcddef2abcddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)