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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 暗?キ? | 100010001100001100111111100000110100110000111111 | 88c33f834c3f |
EUC-JP | 暗?キ彛 | 1011000011000101001111111010010110101101100011111011110011111010 | b0c53fa5ad8fbcfa |
UTF-8 | 暗뽫キ彛 | 111001101001101010010111111010111011110110101011111000111000001010101101111001011011110110011011 | e69a97ebbdabe382ade5bd9b |
UHC | 暗뽫キ彛 | 1110010011011110100101101110011110101011101011011110110010101101 | e4de96e7abadecad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)