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 | 典Ο}典Ο{^ | 1001001101010100100000111010110101111101100100110101010010000011101011010111101101011110 | 935483ad7d935483ad7b5e |
EUC-JP | 典Ο}典Ο{^ | 1100010110110101101001101010111101111101110001011011010110100110101011110111101101011110 | c5b5a6af7dc5b5a6af7b5e |
UTF-8 | 典Ο}典Ο{^ | 11100101100001011011100011001110100111110111110111100101100001011011100011001110100111110111101101011110 | e585b8ce9f7de585b8ce9f7b5e |
UHC | 典Ο}典Ο{^ | 1110111011110000101001011100111101111101111011101111000010100101110011110111101101011110 | eef0a5cf7deef0a5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)