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 | 踝セ譚捺ケ | 1110011011110100101111101110011010011101100100111110011010111001 | e6f4bee69d93e6b9 |
EUC-JP | 踝セ譚捺ケ | 11101100111101101000111010111110111010111111110111000110111010001000111010111001 | ecf68ebeebfdc6e88eb9 |
UTF-8 | 踝セ譚捺ケ | 111010001011100010011101111011111011110110111110111010001010110110011010111001101000110110111010111011111011110110111001 | e8b89defbdbee8ad9ae68dbaefbdb9 |
UHC | ??譚捺? | 00111111001111111101001111001001110100011111010000111111 | 3f3fd3c9d1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)