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 | 隱楢ェ釘 | 11101000101010101001001111101000101010101001001101000010 | e8aa93e8aa9342 |
EUC-JP | 隱楢ェ釘 | 1111000010101100110001101110101010001110101010101100010110100011 | f0acc6ea8eaac5a3 |
UTF-8 | 隱楢ェ釘 | 111010011001101010110001111001101010010110100010111011111011110110101010111010011000011110011000 | e99ab1e6a5a2efbdaae98798 |
UHC | 隱楢?釘 | 11101011110111111110101011111001001111111110111111111001 | ebdfeaf93feff9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)