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 | 靫韆靫靼^ | 111010001101010011101000111001101110100011010100111010001101100001011110 | e8d4e8e6e8d4e8d85e |
EUC-JP | 靫韆靫靼^ | 111100001101011011110000111010001111000011010110111100001101101001011110 | f0d6f0e8f0d6f0da5e |
UTF-8 | 靫韆靫靼^ | 11101001100111011010101111101001100111111000011011101001100111011010101111101001100111011011110001011110 | e99dabe99f86e99dabe99dbc5e |
UHC | ?韆??^ | 001111111111010011000111001111110011111101011110 | 3ff4c73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)