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 | 譚楢ウェ荳 | 1110011010011101100100111110100010110011101010101110010010111000 | e69d93e8b3aae4b8 |
EUC-JP | 譚楢ウェ荳 | 11101011111111011100011011101010100011101011001110001110101010101110100010111010 | ebfdc6ea8eb38eaae8ba |
UTF-8 | 譚楢ウェ荳 | 111010001010110110011010111001101010010110100010111011111011110110110011111011111011110110101010111010001000110110110011 | e8ad9ae6a5a2efbdb3efbdaae88db3 |
UHC | 譚楢??荳 | 1101001111001001111010101111100100111111001111111101010011100101 | d3c9eaf93f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)