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 | ???E^ | 0011111100111111001111110100010101011110 | 3f3f3f455e |
SJIS-WIN | モ」簑E^ | 110100111010001111100010110000000100010101011110 | d3a3e2c0455e |
EUC-JP | モ」簑E^ | 1000111011010011100011101010001111100100110000100100010101011110 | 8ed38ea3e4c2455e |
UTF-8 | モ」簑E^ | 1110111110111110100100111110111110111101101000111110011110110000100100010100010101011110 | efbe93efbda3e7b091455e |
UHC | ???E^ | 0011111100111111001111110100010101011110 | 3f3f3f455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)