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 | 譚捺イサ螳 | 1110011010011101100100111110011010110010101110111110010110101110 | e69d93e6b2bbe5ae |
EUC-JP | 譚捺イサ螳 | 11101011111111011100011011101000100011101011001010001110101110111110101010110000 | ebfdc6e88eb28ebbeab0 |
UTF-8 | 譚捺イサ螳 | 111010001010110110011010111001101000110110111010111011111011110110110010111011111011110110111011111010001001111010110011 | e8ad9ae68dbaefbdb2efbdbbe89eb3 |
UHC | 譚捺??螳 | 1101001111001001110100011111010000111111001111111101001111011001 | d3c9d1f43f3fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)