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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 游ζ?諭?? | 100111111110000010000011110001000011111110010111010000000011111100111111 | 9fe083c43f97403f3f |
EUC-JP | 游ζ?諭?? | 110111101110001010100110110001100011111111001101101000010011111100111111 | dee2a6c63fcda13f3f |
UTF-8 | 游ζ뼭諭쀫㎙ | 1110011010111000101110001100111010110110111010111011110010101101111010001010101110101101111011001000000010101011111000111000111010011001 | e6b8b8ceb6ebbcade8abadec80abe38e99 |
UHC | 游ζ뼭諭쀫㎙ | 111010101111110110100101111001101001011010110000111010111011000110010111111010111010011110101011 | eafda5e696b0ebb197eba7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)