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 | ½©¢D | 1001000110111101100100011010100110010001101000101001001001000100 | 91bd91a991a29244 |
SJIS-WIN | ?????¢?D | 001111110011111100111111001111110011111110000001100100010011111101000100 | 3f3f3f3f3f81913f44 |
EUC-JP | ???©?¢?D | 0011111100111111001111111000111110100010111011010011111110100001111100010011111101000100 | 3f3f3f8fa2ed3fa1f13f44 |
UTF-8 | ½©¢D | 110000101001000111000010101111011100001010010001110000101010100111000010100100011100001010100010110000101001001001000100 | c291c2bdc291c2a9c291c2a2c29244 |
UHC | ?½?????D | 001111111010100011110110001111110011111100111111001111110011111101000100 | 3fa8f63f3f3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)