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 | 阮コ譏檻 | 11101000100101101011101011100110100110001001111101000010 | e896bae6989f42 |
EUC-JP | 阮コ譏檻 | 1110111111110110100011101011101011101011111110001101110110100011 | eff68ebaebf8dda3 |
UTF-8 | 阮コ譏檻 | 111010011001100010101110111011111011110110111010111010001010110110001111111001101010101010111011 | e998aeefbdbae8ad8fe6aabb |
UHC | 阮?譏檻 | 11101000110101100011111111010001110000011111100111100011 | e8d63fd1c1f9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)