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 | 棹檸棹櫃^ | 100111101010100010011111010001011001111010101000100111110100001101011110 | 9ea89f459ea89f435e |
EUC-JP | 棹檸棹櫃^ | 110111001010101011011101101001101101110010101010110111011010010001011110 | dcaadda6dcaadda45e |
UTF-8 | 棹檸棹櫃^ | 11100110101000111011100111100110101010101011100011100110101000111011100111100110101010111000001101011110 | e6a3b9e6aab8e6a3b9e6ab835e |
UHC | 棹?棹櫃^ | 1101010010100001001111111101010010100001110011111111011001011110 | d4a13fd4a1cff65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)