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 | 暗?キ珥 | 10001000110000110011111110000011010011001110000011100000 | 88c33f834ce0e0 |
EUC-JP | 暗?キ珥 | 10110000110001010011111110100101101011011110000011100010 | b0c53fa5ade0e2 |
UTF-8 | 暗뽫キ珥 | 111001101001101010010111111010111011110110101011111000111000001010101101111001111000111110100101 | e69a97ebbdabe382ade78fa5 |
UHC | 暗뽫キ珥 | 1110010011011110100101101110011110101011101011011110110010110100 | e4de96e7abadecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)