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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 撓ζ?節?? | 100111011001101010000011110001000011111110010000110111110011111100111111 | 9d9a83c43f90df3f3f |
EUC-JP | 撓ζ?節?đ | 1101100111111010101001101100011000111111110000001110000100111111100011111010100111000010 | d9faa6c63fc0e13f8fa9c2 |
UTF-8 | 撓ζ틮節뤻đ | 11100110100100101001001111001110101101101110110110001011101011101110011110101111100000001110101110100100101110111100010010010001 | e69293ceb6ed8baee7af80eba4bbc491 |
UHC | 撓ζ틮節뤻đ | 111010001111010110100101111001101011101010011000111011111011110110001111111010011010100110100010 | e8f5a5e6ba98efbd8fe9a9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)