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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 棠棠[棠棠[^ | 1001111010101001100111101010100101011011100111101010100110011110101010010101101101011110 | 9ea99ea95b9ea99ea95b5e |
EUC-JP | 棠棠[棠棠[^ | 1101110010101011110111001010101101011011110111001010101111011100101010110101101101011110 | dcabdcab5bdcabdcab5b5e |
UTF-8 | 棠棠[棠棠[^ | 111001101010001110100000111001101010001110100000010110111110011010100011101000001110011010100011101000000101101101011110 | e6a3a0e6a3a05be6a3a0e6a3a05b5e |
UHC | 棠棠[棠棠[^ | 1101001111010110110100111101011001011011110100111101011011010011110101100101101101011110 | d3d6d3d65bd3d6d3d65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)