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 | Úû¶ý\ | 1101101011111011101101101111110101011100 | dafbb6fd5c |
SJIS-WIN | ??¶?\ | 001111110011111110000001111101110011111101011100 | 3f3f81f73f5c |
EUC-JP | Úû¶ý\ | 100011111010101011100010100011111010101111100101101000101111100110001111101010111111001001011100 | 8faae28fabe5a2f98fabf25c |
UTF-8 | Úû¶ý\ | 110000111001101011000011101110111100001010110110110000111011110101011100 | c39ac3bbc2b6c3bd5c |
UHC | ??¶?\ | 001111110011111110100010110100100011111101011100 | 3f3fa2d23f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)