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 | 弔???佃 | 10010010101000100011111100111111001111111001001011001111 | 92a23f3f3f92cf |
EUC-JP | 弔???佃 | 11000100101001000011111100111111001111111100010011010001 | c4a43f3f3fc4d1 |
UTF-8 | 弔렭뤵용佃 | 111001011011110010010100111010111010000010101101111010111010010010110101111011001001101010101001111001001011110110000011 | e5bc94eba0adeba4b5ec9aa9e4bd83 |
UHC | 弔렭뤵용佃 | 11110000110000001000111010111010100011111110001110111111111010111110111011101100 | f0c08eba8fe3bfebeeec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)