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 | 易ф?? | 100010001101010110000100100001100011111100111111 | 88d584863f3f |
EUC-JP | 易ф?縕 | 1011000011010111101001111110011000111111100011111101010011000010 | b0d7a7e63f8fd4c2 |
UTF-8 | 易ф솦縕 | 1110011010011000100100111101000110000100111011001000011010100110111001111011100010010101 | e69893d184ec86a6e7b895 |
UHC | 易ф솦縕 | 1110011010110110101011001110011010011001100111111110100010110010 | e6b6ace6999fe8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)