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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 踵肯}踵肯{^ | 1110011011111001100011010110110101111101111001101111100110001101011011010111101101011110 | e6f98d6d7de6f98d6d7b5e |
EUC-JP | 踵肯}踵肯{^ | 1110110011111011101110011100111001111101111011001111101110111001110011100111101101011110 | ecfbb9ce7decfbb9ce7b5e |
UTF-8 | 踵肯}踵肯{^ | 111010001011100010110101111010001000001010101111011111011110100010111000101101011110100010000010101011110111101101011110 | e8b8b5e882af7de8b8b5e882af7b5e |
UHC | 踵肯}踵肯{^ | 1111000110100010110100001110100101111101111100011010001011010000111010010111101101011110 | f1a2d0e97df1a2d0e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)