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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 穩ル?毅? | 1110001001110010100000111000101100111111100010110100001000111111 | e272838b3f8b423f |
EUC-JP | 穩ル?毅? | 1110001111010011101001011110101100111111101101011010001100111111 | e3d3a5eb3fb5a33f |
UTF-8 | 穩ル뿫毅쉎 | 111001111010100110101001111000111000001110101011111010111011111110101011111001101010111110000101111011001000100110001110 | e7a9a9e383abebbfabe6af85ec898e |
UHC | 穩ル뿫毅쉎 | 11101000101100011010101111101011100101111010101111101011111101101001101001101000 | e8b1abeb97abebf69a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)