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 | 跫亥働鬘ォ魍 | 1110011011101101100010001110010110010011101011011110100110100001101010111110100110110001 | e6ed88e593ade9a1abe9b1 |
EUC-JP | 跫亥働鬘ォ魍 | 111011001110111110110000111001111100011010101111111100101010001110001110101010111111001010110011 | ecefb0e7c6aff2a38eabf2b3 |
UTF-8 | 跫亥働鬘ォ魍 | 111010001011011110101011111001001011101010100101111001011000001110001101111010011010110010011000111011111011110110101011111010011010110110001101 | e8b7abe4baa5e5838de9ac98efbdabe9ad8d |
UHC | ?亥???? | 00111111111110101010010000111111001111110011111100111111 | 3ffaa43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)