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 | ??g??hE | 00111111001111110110011100111111001111110110100001000101 | 3f3f673f3f6845 |
SJIS-WIN | 駭?g駭?hE | 111010010110111000111111011001111110100101101110001111110110100001000101 | e96e3f67e96e3f6845 |
EUC-JP | 駭?g駭?hE | 111100011100111100111111011001111111000111001111001111110110100001000101 | f1cf3f67f1cf3f6845 |
UTF-8 | 駭찲g駭찥hE | 111010011010011110101101111011001011000010110010011001111110100110100111101011011110110010110000101001010110100001000101 | e9a7adecb0b267e9a7adecb0a56845 |
UHC | 駭찲g駭찥hE | 1111101010110100101010100100100001100111111110101011010010101010010000010110100001000101 | fab4aa4867fab4aa416845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)