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 | ¾®¶ý] | 1011111010101110101101101111110101011101 | beaeb6fd5d |
SJIS-WIN | ??¶?] | 001111110011111110000001111101110011111101011101 | 3f3f81f73f5d |
EUC-JP | ?®¶ý] | 00111111100011111010001011101110101000101111100110001111101010111111001001011101 | 3f8fa2eea2f98fabf25d |
UTF-8 | ¾®¶ý] | 110000101011111011000010101011101100001010110110110000111011110101011101 | c2bec2aec2b6c3bd5d |
UHC | ¾®¶?] | 1010100011111010101000101110011110100010110100100011111101011101 | a8faa2e7a2d23f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)